|
From: Marko <mr....@gm...> - 2010-04-19 08:43:10
|
Hi, I like to write shell scripts to use gnuplot because I can pass command line paramaters to it, e.g. to specify whether I want gnuplot to draw a plot on the screen or to export the same plot to a pdf file or to draw same plots in different scales. But when I draw a plot on the screen using x11 terminal, I have to run gnuplot from shell in persist mode: "gnuplot -persist foo.plt". The problem is that when you run gnuplot in this persist way you cannot zoom into plot or enable/disable grid. Can anyone suggest a better method, or could maybe persist mode be implemented in such a way that zooming would be possible. Thanks -- Lp, Marko |