Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aamaricci/gplot
A command line interface to GNUPLOT using PERL
https://github.com/aamaricci/gplot
Last synced: 4 days ago
JSON representation
A command line interface to GNUPLOT using PERL
- Host: GitHub
- URL: https://github.com/aamaricci/gplot
- Owner: aamaricci
- Created: 2014-07-20T13:46:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T13:49:33.000Z (over 10 years ago)
- Last Synced: 2024-03-18T00:34:56.156Z (8 months ago)
- Language: Perl
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
*************** PLOT *******************
** gnuplot from command-line **
** A.Amaricci (from K.Haule) **
****************************************[... |] plot [-xy] [-uw file] [-uw file] [-uw] [-p file] [-g] [-itab] [-otab]
Options: -x x-interval -x0:10
-y y-interval -y-2.5:0.75
-u x, y column -u1:3; -uall
-w style -wp; -wd; -wl; -wlinesp; -ws
-cfile use configuration filenew features:
automatically assigning linestyle
title is filename or dirname (-d)
-p print to filename
-it with ab=tl,tc,tr|cl,c,cr|bl,bc,br place title in a given inside position
-ot with ab=tl,tc,tr|cl,c,cr|bl,bc,br place title in a given outside positionExamples: plot data
plot -u1:3 -wp -x-1:1 data.1* -u1:2 -wl data.0
prog | plot -uall
prog | plot -wl test.dat -wp