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
In trying to debug some tests, I discovered some strange behavior. I'm not certain it's a bug, but I can't really think of an explanation for it, so I'm reporting.
It appears to be scatter dependent. If I replace both calls to scatter with plot, it passes. Calling scatter then plot passes, but calling plot then scatter fails.
Matplotlib version
Operating system: MacOS
Matplotlib version: '3.1.1'
Matplotlib backend (print(matplotlib.get_backend())): notebook inline, reproduces on Agg
Python version: 3.7
The text was updated successfully, but these errors were encountered:
Bug report
Bug summary
In trying to debug some tests, I discovered some strange behavior. I'm not certain it's a bug, but I can't really think of an explanation for it, so I'm reporting.
Code for reproduction
Actual outcome
Expected outcome
Other observations
It appears to be
scatter
dependent. If I replace both calls toscatter
withplot
, it passes. Callingscatter
thenplot
passes, but callingplot
thenscatter
fails.Matplotlib version
print(matplotlib.get_backend())
): notebook inline, reproduces on AggThe text was updated successfully, but these errors were encountered: