Page 1 of 1

overlay multiple plots

Posted: Tue Feb 07, 2012 2:36 pm
by chljl
I have several contour plots with same x,y, and z ranges. Can I overlay three or more of them to make comparison?

Also, how can I save the overlaid picture? When I save the two overlaid plots into a new file, only one of the overlaid plots is retained if I closed all documents and reopen it.

Posted: Tue Feb 07, 2012 5:56 pm
by DPlotAdmin
Sorry, but overlays of overlays won't work, and I'll not likely ever allow that. If I did, you could pretty easily get a recursive situation that would produce an endless loop - say document 1 is overlaid by document 2 and document 2 is overlaid by document 1. That one is obvious, but you could fairly easily construct a similarly bad problem with 3+ documents where the problem wouldn't be so obvious.

What I will do, though, is add overlay information to a saved DPlot file so that if you open a file that uses an overlay, that overlaid document is also opened.

Posted: Fri Apr 18, 2014 7:10 pm
by chljl
I still hope multiple overlay can be done. It is very useful for me in some cases. I am not convinced that the endless loop is a prohibitive issue. Is it really hard to identify/avoid? Even though, giving users the choice and caution is a better way to address it. I would rather think this is easy to realize.

Posted: Fri Apr 18, 2014 7:10 pm
by chljl
I still hope multiple overlay can be done. It is very useful for me in some cases. I am not convinced that the endless loop is a prohibitive issue. Is it really hard to identify/avoid? Even though, giving users the choice and caution is a better way to address it. I would rather think this is easy to realize.

Posted: Sat Apr 19, 2014 10:14 am
by DPlotAdmin
I'll look into it. No promises on if/when that might be available.