|
From: Ethan M. <merritt@u.washington.edu> - 2005-06-24 18:35:37
|
On Friday 24 June 2005 11:25 am, Petr Mikulik wrote: > >> New gnuplot global variables PLOT_NUMBER and PAGE_NUMBER? > > > > You mean, so that you can at any time reset the sequence, or force the > > next plot to have a particular number? > > Sure. That could be part of it, if you like. > > Those variables would be incremented by gnuplot at each "plot" or > multiplot+plot, respectively. Yes, of course. I understood that. But I though your point was that making them visible to the user allows you to change them explicitly. For instance, if you were to make a mistake while creating a sequence of plots interactively you could do PLOT_NUMBER = PLOT_NUMBER -1 before fixing the error and replotting. This would overwrite the erroneous file containing the erroneous file and then continue on in the same sequence as before. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |