Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • $\begingroup$ For bigger mesh sizes (L1=L2=20, for example), the AbsolutePointSize value is too big and the dots overflow the mesh. So maybe should value should scale with L1 and L2. What would be the best way to do this? Maybe the same reasoning could be extended to the EdgeThickness (question 2). $\endgroup$ Commented Jan 18, 2020 at 15:46
  • 1
    $\begingroup$ @samwolfe, changing AbsolutePointSize[30] to PointSize[1/L2/3] seems to work. $\endgroup$ Commented Jan 18, 2020 at 17:42