Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/junghans/gnuplotutils
- Owner: junghans
- Created: 2015-03-13T04:37:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T14:08:04.000Z (about 7 years ago)
- Last Synced: 2024-11-07T16:41:20.865Z (about 2 months ago)
- Topics: eps, gnuplot, gplot
- Language: Perl
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)