You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//////////////////////////////////////////////////////////////// methods for FractionedHistogram
348
348
349
-
implicitdefanyBinnedToFractionedHistogramMethodsBokeh[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Binned[Counted, U, O, N]]):FractionedHistogramMethodsBokeh=
349
+
implicitdefanyBinnedToFractionedHistogramMethodsBokeh[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Binned[Counted, U, O, N], Binned[Counted, U, O, N]]):FractionedHistogramMethodsBokeh=
implicitdefanySelectedBinnedToFractionedHistogramMethodsBokeh[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Selected[Binned[Counted, U, O, N]]]):FractionedHistogramMethodsBokeh=
353
+
implicitdefanySelectedBinnedToFractionedHistogramMethodsBokeh[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Selected[Binned[Counted, U, O, N]], Selected[Binned[Counted, U, O, N]]]):FractionedHistogramMethodsBokeh=
Copy file name to clipboardExpand all lines: core/src/main/scala/org/dianahep/histogrammar/ascii.scala
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -362,24 +362,24 @@ package object ascii {
362
362
363
363
//////////////////////////////////////////////////////////////// methods for FractionedHistogram
364
364
365
-
implicitdefanyBinnedToFractionedHistogramMethodsAscii[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Binned[Counted, U, O, N]]):FractionedHistogramMethodsAscii=
365
+
implicitdefanyBinnedToFractionedHistogramMethodsAscii[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Binned[Counted, U, O, N], Binned[Counted, U, O, N]]):FractionedHistogramMethodsAscii=
implicitdefanySelectedBinnedToFractionedHistogramMethodsAscii[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Selected[Binned[Counted, U, O, N]]]):FractionedHistogramMethodsAscii=
369
+
implicitdefanySelectedBinnedToFractionedHistogramMethodsAscii[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Selected[Binned[Counted, U, O, N]], Selected[Binned[Counted, U, O, N]]]):FractionedHistogramMethodsAscii=
//////////////////////////////////////////////////////////////// methods for FractionedHistogram
1051
1051
1052
-
implicitdefanyBinnedToFractionedHistogramMethods[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Binned[Counted, U, O, N]]):FractionedHistogramMethods=
1052
+
implicitdefanyBinnedToFractionedHistogramMethods[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Binned[Counted, U, O, N], Binned[Counted, U, O, N]]):FractionedHistogramMethods=
implicitdefanySelectedBinnedToFractionedHistogramMethods[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Selected[Binned[Counted, U, O, N]]]):FractionedHistogramMethods=
1058
+
implicitdefanySelectedBinnedToFractionedHistogramMethods[U<:Container[U] withNoAggregation, O<:Container[O] withNoAggregation, N<:Container[N] withNoAggregation](hist: Fractioned[Selected[Binned[Counted, U, O, N]], Selected[Binned[Counted, U, O, N]]]):FractionedHistogramMethods=
0 commit comments