|
Some scripts to improve the work with gnuplot. So far we have: gplot- quick plot: gplot file
- plot from stdin: seq 1 10 | gplot
- quick eps: gplot -o pic.eps file
- replot when file is changed: gplot --replot file
gp2eps- Convert gnuplot script to eps directly: gp2eps plot.gp
- Allows to scale numbers different than labels: gp2eps -r X.X plot.gp
- Flexible font size: gp2eps -s X.X plot.gp
tricktex- Take many eps pics and make an pdf: tricktex --pic *.eps
- Text to eps: tricktex 'A text'
- Formulars to eps: tricktex '\omega'
|