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
The marker sizes that specified with s= argument in scatter function are wrong, and even worse, the markers are changing their sizes every time the plot is re-rendered (panning or resizing). It seems that the sizes are randomly reassigned to these markers.
Bug report
Bug summary
The marker sizes that specified with
s=argument inscatterfunction are wrong, and even worse, the markers are changing their sizes every time the plot is re-rendered (panning or resizing). It seems that the sizes are randomly reassigned to these markers.Code for reproduction
Actual outcome
matplotlib_axes3d_marker_size_issue.mp4
Expected outcome
As shown in the screen recording, the sizes are correct and not changing.
matplotlibwas 3.3.4 in the following example.matplotlib_axes3d_marker_size_expected.mp4
Matplotlib version
import matplotlib; print(matplotlib.__version__)): 3.4.0print(matplotlib.get_backend())): Qt5AggI installed both python, numpy and matplotlib with
pacmanpackage manager from Arch's official repository.