plot3d() produces a 3d plot that I can twist around and rotate. But when I call plot3d() again, the previous plot goes away and is replaced by this one.
How can I make it so that a new XQuartz window opens up rather than the old window being replaced by the new 3d plot.
Essentially, I want two 3d plots opened at once.
like this:
The key here is calling
open3dbefore the second plot to open a new “device”