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
More generally, we should support display of 1D images (by converting them to a 2D with length 1 in Y). And if it's a Histogram1d specifically, use the PlotService in whatever form it ends up, once that is complete and merged.
It would be great have a data view for
Histogram1d
objects in order to do something like this:Currently this crashes with
java.lang.ArrayIndexOutOfBoundsException: 1
at this line because theDefaultDatasetView
cannot handle 1D.The text was updated successfully, but these errors were encountered: