# File name: save.plt - save a Gnuplot plot as a PostScript file # to save the current plot as a postscript file issue the commands: # gnuplot> load 'saveplot' # gnuplot> !mv my-plot.ps another-file.ps set size 1.0, 0.6 set terminal postscript portrait enhanced mono dashed lw 1 "Helvetica" 14 set output "my-plot.ps" replot set terminal x11 set size 1,1 # set terminal postscript {} {enhanced | noenhanced} # {color | colour | monochrome} # {blacktext | colortext | colourtext} # {solid | dashed} {dashlength | dl
} # {linewidth | lw } # {} # {""} {} # set terminal gif {transparent} {interlace} # {tiny | small | medium | large | giant} # {size ,} # { ...} # set terminal png # {{no}transparent} {{no}interlace} # {tiny | small | medium | large | giant} # {font {}} # {size ,} {{no}crop} # {{no}enhanced} # { ...}