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
Version 3.4 was release just a couple of hours ago, so I hit this
problem just by chance -- and reported it upstream of course, more
details in matplotlib/matplotlib#19776.
Signed-off-by: Rodrigo Tobar <[email protected]>
This is caused by errorbar used fillstyle to plot the error bars, which should only be used to plot markers. However, I don't know why this was introduced from v3.3.4 to v3.4.0.
Bug report
Bug summary
Errorbar plots don't accept the
fillstyle
keyword argument anymore when usingyerr
.Code for reproduction
Actual outcome
Expected outcome
The code to work as before.
Matplotlib version
Installed on a virtual environment via
pip install -U matplotlib
:Downgrading to
matplotlib!=3.4
(==3.3.4) works.The text was updated successfully, but these errors were encountered: