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
Markers disappear if I use markerfacecolor='None', when saving as eps file. if I save as png file, they are correctly displayed.
Note that markeredgewidth is correctly set to a non zero value and markeredgecolor is correctly set to a color. As I said, the figure is correctly produced when saved as png, so it should really work similarly for eps figure, but it doesn't.
Code for reproduction
I'm too lazy for a complete reproducible example. But here are the relevant lines.
Bug report
Markers disappear if I use markerfacecolor='None', when saving as eps file. if I save as png file, they are correctly displayed.
Note that markeredgewidth is correctly set to a non zero value and markeredgecolor is correctly set to a color. As I said, the figure is correctly produced when saved as png, so it should really work similarly for eps figure, but it doesn't.
Code for reproduction
I'm too lazy for a complete reproducible example. But here are the relevant lines.
Only the line is displayed. No marker.
Expected outcome
As said above, the edges of the makers should be displayed, as in the case when the picture is saved as png. But they aren't.
Matplotlib version
print(matplotlib.get_backend())
): Qt5AggThe text was updated successfully, but these errors were encountered: