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
'Note: in vertical orientation, X values are used for binning. If Y values are provided, they are used as inputs to the histogram function which you can configure in the '
{_(' panel. If Y values are omitted, the histogram function defaults to Count.')}
70
+
{_(
71
+
' panel under Style. If Y values are omitted, the histogram function defaults to Count.'
72
+
)}
71
73
</HistogramInfoVertical>
72
74
<HistogramInfoHorizontal>
73
75
{_(
74
76
'Note: in horizontal orientation, Y values are used for binning. If X values are provided, they are used as inputs to the histogram function which you can configure in the '
{_(' panel. If X values are omitted, the histogram function defaults to Count.')}
79
+
{_(
80
+
' under Style panel. If X values are omitted, the histogram function defaults to Count.'
81
+
)}
78
82
</HistogramInfoHorizontal>
79
83
<Histogram2d>
80
84
{_(
81
85
'Note: X and Y Values are used for binning. If Z values are provided, they are used as inputs to the histogram function which you can configure in the '
0 commit comments