Closed
Description
Setting mec='none'
removes the entire marker when exporting to PNG. See attached MWE and compare PDF and PNG output. May be related to #621 and #3687
import numpy as np
from matplotlib import pyplot as plt
x = np.random.random(10)
y = np.random.random(10)
plt.clf()
plt.plot(x, y, 'o', mec='none')
plt.savefig('test.pdf')
plt.savefig('test.png')
Metadata
Metadata
Assignees
Labels
No labels