- quick plot:
gplot file with lines
- plot from stdin:
seq 1 10 | gplot
- quick eps:
gplot -t "Title" -o pic.eps file
- generate a plot script:
gplot -p -xx data with lines
- Convert gnuplot script to eps quickly using LaTeX:
gp2eps plot.gp
- Allows to scale numbers different than labels:
gp2eps --ratioscale 1.2 plot.gp
- Flexible font size:
gp2eps -p 12 plot.gp
- Take many eps pics and create a pdf:
tricktex --pic *.eps
- Text to eps:
tricktex 'A text'
- Formulars to eps:
tricktex --equ '\omega'
Report bugs on the github issues site