plt.stackplot() does not work with 3.0.0 #12405
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
status: confirmed bug
Milestone
Bug report
Something now breaks this code that used to work. Now, I have to call plt.subplots first and use stackplot on an axis object.
TypeError: stackplot() got multiple values for argument 'x'
Should be equivalent to
Matplotlib version
print(matplotlib.get_backend())
): 'module://ipykernel.pylab.backend_inline'Installed matplotlib using conda with default channel.
The text was updated successfully, but these errors were encountered: