User Tools

Site Tools


gnuplot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnuplot [2024/11/04 09:21] – [Instructions for WSL] dblumegnuplot [2025/12/24 10:53] (current) dblume
Line 31: Line 31:
   sudo apt-get update  # Need to avoid 404s from package repos   sudo apt-get update  # Need to avoid 404s from package repos
   sudo apt install libgd-dev   sudo apt install libgd-dev
 +
 ===== Instructions for macOS ===== ===== Instructions for macOS =====
  
 Inspired from this [[https://stackoverflow.com/questions/54296621/brew-install-gnuplot-with-qt-with-x11-not-working|StackOverflow answer]]. I gave up on getting QT working. Inspired from this [[https://stackoverflow.com/questions/54296621/brew-install-gnuplot-with-qt-with-x11-not-working|StackOverflow answer]]. I gave up on getting QT working.
  
-  brew install readline +  brew install readline pkg-config automake
-  brew install pkg-config+
   # ... Get the sources per instructions above ...   # ... Get the sources per instructions above ...
   ./prepare   ./prepare
-  ./configure --disable-silent-rules --prefix=/opt/homebrew/opt/gnuplot --with-readline=/opt/homebrew/opt/readline --with-cairo --with-qt=no --with-x --with-bitmap-terminals+  ./configure --disable-silent-rules --with-readline=/opt/homebrew/opt/readline --with-cairo --with-qt=no --with-x --with-bitmap-terminals
   make   make
   sudo make install   sudo make install
 +
 +===== Related Tools =====
 +
 +[[https://duckdb.org/docs/stable/guides/data_viewers/youplot|DuckDB integrates]] with [[https://github.com/red-data-tools/YouPlot|YouPlot, a CLI plotting tool]].
 +
gnuplot.1730740863.txt.gz · Last modified: 2024/11/04 09:21 by dblume