|
From: I W. W. <wa...@ya...> - 2008-10-02 08:46:35
|
Do you mean your plot is displayed in the screen? If so, you may change the terminal, i.e., png or other graphic formats. I prefer to use postscript or pdf terminal. PNG or other bitmapped graphics are to bad for producing a reports. You just put a simple command, i.e., set terminal postscript set output "name_of_output.ps" plot .... Gruess, Wayan --- Florian Koelling <flo...@tu...> wrote: > Hans-Bernhard Bröker wrote: > > Florian Koelling wrote: > > > >> Is there any possibility to avoid the plot-open > plot-close plot > >> procedure? I only would like to save my Data to > Disk without having any > >> popup. > > > > Then you'll have to check the documentation of > gnuplot.py about > > interactive vs. direct-to-file outputs. Suffice > it to say that > > "hardcopy" probably shouldn't be a command you > use: > > > >> g.plot(d) > >> g.hardcopy(place_2_save_4_feat, > terminal='png') > > > > This plots the data to the screen first, then > outputs it to a file. > > That's not what you want, so don't do that. > > Hi I haven't found a documentation touching this > topic and I have to use > the "plot" command. Without doing so I only receive > empty Documents. > > Tanks! > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your > Move Developer's challenge > Build the coolest Linux based applications with > Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source > event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |