Hi! Is there a way to plot from a file with P::G::G?
I know, your first question is 'why on earth would you want to do that?', I am attempting to do something along these lines: http://gnuplot-tricks.blogspot.fi/2009/07/maps-contour-plots-with-labels.html I.e. in gnuplot script: set contour base set cntrparam level incremental -3, 0.5, 3 unset surface set table 'cont.dat' splot f(x,y) unset table plot 'cont.dat' Plotting to file is easy but the last line seems to be difficult to do with P::G::G. Thanks, Kaj _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
