https://github.com/natsucamellia/gnuplot
Exercises following the book Gnuplot in Action by Philipp K. Janert
https://github.com/natsucamellia/gnuplot
gnuplot
Last synced: 10 months ago
JSON representation
Exercises following the book Gnuplot in Action by Philipp K. Janert
- Host: GitHub
- URL: https://github.com/natsucamellia/gnuplot
- Owner: NatsuCamellia
- Created: 2024-03-12T15:45:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T05:59:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T06:30:34.769Z (12 months ago)
- Topics: gnuplot
- Language: Gnuplot
- Homepage:
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
The downloads are organized into three directories:
datasets
contains the datasets
publicly available data sets are not copied,
instead, the URL where the dataset can be found is given
in a file with the extension .readme
gnuplot
contains the gnuplot command files
misc
contains files in other formats (Perl, Python, Latex, HTML)
To run the examples, proceed as follows:
1) change into the datasets directory (NOT into the gnuplot directory!)
2) start gnuplot
3) issue gnuplot commands from the book, like so:
plot "marathon" using 1:2 with boxes
OR
3) load a command file using the "load" command and the relative path, like so:
load "../gnuplot/orders.gp"