Virgil.GRiffith
:: Gnuplot tips
[
Index
]
Gnuplot tips
You can remove the tic-labels from the x/y/z axis with:
set format {x|y} ''
You can prevent your graph displaying beyond your data on an axis with:
set autoscale xfix
Increase the size of plots, this is especially useful in multiplot:
set {b|t|r|l}margin 0
GNUPLOT_SYMBOL_POSTSCRIPT_GUIDE.pdf