We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Code:
import matplotlib.pyplot as pltimport numpy as npplt.rcParams['figure.facecolor'] = 'w'plt.scatter(np.random.randn(100), np.random.randn(100), facecolors='none', marker='o')
Expected result:
Result:
Matplotlib version: 3.7.1Python version: 3.10.10Running in Anaconda3 environment using VS code