Skip to content

junghans/gnuplotutils

Repository files navigation

Some scripts to improve the work with gnuplot.

  • 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'

Issues

Report bugs on the github issues site

About

Some scripts to improve the work with gnuplot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published