|
From: <as...@ca...> - 2006-10-06 14:02:23
|
Hi Almudena, The folowing sequence of commands gnuplot> set output "myfile.ps" gnuplot> plot x**2 gnuplot> set output "myfile.ps" gnuplot> plot x**3 will generate a file named myfile.ps with the plot of the function x**3. However, gnuplot> set output "myfile.ps" gnuplot> plot x**2 gnuplot> plot x**3 generates a file named myfile.ps with 2 pages, the 1st page has the plot of x**2, and the 2nd one has the plot of x**3. This works on gnuplot 4.1. I'm not sure on gnuplot 4.0, but give it a try. Cheers, Hern=E1n On 10/6/06, A. MORENO <sa...@in...> wrote: > > > > Hello I am Almudena from Spain, > > I have the version 4.0 of gnuplot for Windows (gp400win32). I can draw ma= ny > graphs with the same format using a loop but these graphs are stored in > different postscript files. The question is how I can store many graphs i= n > only one postscript file. > > I need to draw only one graph per page. > > Tank you > > > > > > > > Almudena Moreno > > Dpto Mejora Gen=E9tica Animal > > Crta A Coru=F1a Km 7,5 > > Madrid 28040 > > Tlf: 91 3473759 > > email: sa...@in... > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > --=20 --------------------------------------------- Mgter. Hern=E1n Gonzalo Asorey Instituto Balseiro - CAB (8400) San Carlos de Bariloche R=EDo Negro - Rep. Argentina --------------------------------------------- cabtep5.cnea.gov.ar/~asoreyh/ |