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.
It would be nice to have direct shortcuts for plotting open symbols (e.g. with plt.scatter).
For example,
for open circles:
plt.scatter(x,y,marker='oo')
open squares:
plt.scatter(x,y,marker='so')
etc.