Open
Description
Even with matplotlib=3.0.2
(as suggested in #281), I am getting IndexError: single positional indexer is out-of-bounds
by calling stack_plot()
. But it doesn't apply to all stack_plot
calls. I haven't identified the pattern yet, but some stack_plot
calls are working fine.
When there is the error, simply replacing stack_plot
with line_plot
or bar_plot
works fine.