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
Bug summary
Processing default fmt='' named parameter, errorbar falls back to rcParams linestyle
If property cycle includes dotted or dashed lines they are ignored
Because code queries the property cycle, I assume it was intended to pick up the values, not override them after processing an empty fmt line. Matplotlib version
Bug report
Bug summary
Processing default fmt='' named parameter, errorbar falls back to rcParams linestyle
If property cycle includes dotted or dashed lines they are ignored
Code for reproduction
Actual outcome
all lines are solid
Possible solution is to start with an empty dictionary if fmt parameter is an empty line
instead of lines 2880-2882 in axes/_axes.py put the following
Because code queries the property cycle, I assume it was intended to pick up the values, not override them after processing an empty fmt line.
Matplotlib version
print(matplotlib.get_backend())
): module://ipykernel.pylab.backend_inlineWinPython
The text was updated successfully, but these errors were encountered: