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
Prior to the current matplotlib version, when using histtype='step' in pyplot.hist you could customize the linestyle with that command. Now, linestyle is not being used and all lines are coming out as 'solid'
Bug summary
Prior to the current matplotlib version, when using histtype='step' in pyplot.hist you could customize the linestyle with that command. Now, linestyle is not being used and all lines are coming out as 'solid'
Code for reproduction
Actual outcome
two plots, both showing the same graphic
Expected outcome
the second plot should have a dotted line, not a solid line
Additional information
No response
Operating system
OS/X
Matplotlib Version
3.10.0
Matplotlib Backend
macosx
Python version
Python 3.11.9
Jupyter version
n/a
Installation
pip
The text was updated successfully, but these errors were encountered: