-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
scatter() does not accept gray strings anymore #12429
Copy link
Copy link
Closed
Labels
API: argument checkingValidation of acceptable argument valuesValidation of acceptable argument valuesRelease 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.
Milestone
Metadata
Metadata
Assignees
Labels
API: argument checkingValidation of acceptable argument valuesValidation of acceptable argument valuesRelease 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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug report
Bug summary
Passing a particula gray intensity as a string seems to be broken in matplotlib 3.0, at least for the scatter() function.
This kind of argument format should (and was) possible according to documentation.
Code for reproduction
Actual outcome
Expected outcome
same as:
Matplotlib version
print(matplotlib.get_backend())): notebook/inline