I don't think the `OpenCircle` shape is being displayed as expected ```cs var mk = plt.Add.Markers(xs2, ys2); mk.MarkerStyle.Shape = MarkerShape.OpenCircle; ``` 