gnuplot
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gnuplot [2024/05/06 17:36] – created 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 12: | Line 15: | ||
sudo make install | sudo make install | ||
- | | + | ===== Instructions for WSL ===== |
+ | |||
+ | ./prepare | ||
+ | ./configure --with-bitmap-terminals --with-qt=no | ||
+ | make | ||
+ | sudo make install | ||
+ | |||
+ | If '' | ||
+ | |||
+ | sudo apt-get install automake | ||
+ | # sudo apt-get install pkg-config (Maybe this was only for QT?) | ||
+ | |||
+ | 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.1715042180.txt.gz · Last modified: 2024/05/06 17:36 by dblume