1

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.

enter image description here

DavidG
  • 24,279
  • 14
  • 89
  • 82
Baron Grouda
  • 103
  • 1
  • 5
  • `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

0 Answers0