-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
plt.stackplot() does not work with 3.0.0 #12405
Copy link
Copy link
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bug
Milestone
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.