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.

5
  • 3
    $\begingroup$ Show[{p1, p2}] /. Point[pt_] :> {Point[pt], White, PointSize[.03], Point[pt]}? $\endgroup$ Commented Nov 18 at 13:16
  • $\begingroup$ @cvgmt Thank you very much. Works perfectly $\endgroup$ Commented Nov 18 at 13:22
  • $\begingroup$ You could use Circle instead of Point. $\endgroup$ Commented Nov 18 at 16:17
  • $\begingroup$ @lericr But it requires further modification in p1, yes? $\endgroup$ Commented Nov 19 at 12:29
  • 1
    $\begingroup$ It depends on how you do it. But, I quote: "How to modify p1 so that...". $\endgroup$ Commented Nov 19 at 15:47