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 [2025/04/12 10:34] – [Instructions for macOS] 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 =====
  
Line 38: Line 39:
   # ... 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
-  # May install into /opt/homebrew/opt/gnuplot/bin/gnuplot, If so maybe ln -s to it.+ 
 +===== 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.1744479284.txt.gz · Last modified: 2025/04/12 10:34 by dblume