gnuplot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gnuplot [2024/05/06 18:09] – dblume | gnuplot [2024/11/04 09:21] (current) – [Instructions for WSL] dblume | ||
---|---|---|---|
Line 2: | Line 2: | ||
GnuPlot 6.0 adds '' | GnuPlot 6.0 adds '' | ||
+ | |||
+ | These two plots are of AirPassengers.csv, | ||
+ | {{: | ||
===== Instructions for compiling ===== | ===== Instructions for compiling ===== | ||
Line 22: | Line 25: | ||
sudo apt-get install automake | sudo apt-get install automake | ||
- | sudo apt-get install pkg-config | + | |
+ | It may say " | ||
+ | sudo apt-get update | ||
+ | sudo apt install libgd-dev | ||
+ | ===== Instructions for macOS ===== | ||
+ | Inspired from this [[https:// | ||
+ | |||
+ | brew install readline | ||
+ | brew install pkg-config | ||
+ | # ... Get the sources per instructions above ... | ||
+ | ./prepare | ||
+ | ./configure --disable-silent-rules --prefix=/ | ||
+ | make | ||
+ | sudo make install |
gnuplot.1715044190.txt.gz · Last modified: 2024/05/06 18:09 by dblume