BUG: PlotAvailabilityHistogram expects 2D data
PlotAvailabilityHistogram raises an error when calling
plot_dataset.plot.step(color=colors[subset], ax=axes, label=subset)
in def _plot_hist(self, *args)
that hue must be given for non 2D data. Fix this by providing hue arguement.