Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junghans/gnuplotutils

Some scripts to improve the work with gnuplot.
https://github.com/junghans/gnuplotutils

eps gnuplot gplot

Last synced: 5 days ago
JSON representation

Some scripts to improve the work with gnuplot.

Awesome Lists containing this project

README

        

# Some scripts to improve the work with gnuplot.

## [gplot](http://junghans.github.io/gnuplotutils/gplot.html)
* 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`

## [gp2eps](http://junghans.github.io/gnuplotutils/gp2eps.html)
* 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`

## [tricktex](http://junghans.github.io/gnuplotutils/tricktex.html)
* 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](https://github.com/junghans/gnuplotutils/issues)