In Python, with Matplotlib, I now how to draw a scatter plot with empty circles. However the goal is to plot empty circles with dotted borders like in the left top corner of the image attached.
Asked
Active
Viewed 270 times
1
-
`linestyle='--'` in the scatter plot is the key thing here to note among others. What you call dotted-dotted looks dashed in your provided figure – Sheldore Oct 30 '18 at 12:58
-
The answer is founded in [link](https://stackoverflow.com/questions/41108055/matplotlib-plot-dashed-circles-using-plt-plot-instead-of-plt-scatter). using from mathtext ur'$\u25CC$' THANKS ImportanceOfBeingErnest!!! – Baron Grouda Oct 30 '18 at 16:38