scatter() does not accept gray strings anymore #12429
Labels
API: argument checking
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
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/inlineThe text was updated successfully, but these errors were encountered: