You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removing the marker option plots the scatter graph. I refered to the docs for valid marker options text shorthand and it seems none of them work.
Actual outcome
<matplotlib.collections.PathCollection at 0x7f9d2bd8cee0>
...
ValueError: zero-size array to reduction operation minimum which has no identity
<Figure size 432x288 with 1 Axes>
Bug report
Bug summary
Setting
maker
in a scatter plot is causingValueError
Code for reproduction
removing the marker option plots the scatter graph. I refered to the docs for valid marker options
text
shorthand and it seems none of them work.Actual outcome
Expected outcome
Matplotlib version
print(matplotlib.get_backend())
): module://ipykernel.pylab.backend_inlineused conda with the following
environment.yml
fileThe text was updated successfully, but these errors were encountered: