Binary versions of Gnuplot for macOS: Difference between revisions

From csml-wiki.northwestern.edu
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
Binary versions of Gnuplot for OS X/macOS. These are primarily intended for users who normally work on Linux and wish to replicate their tools on a Macintosh.
Binary versions of Gnuplot for macOS.


<div style="background-color: cyan; border-style: solid;">
<div style="background-color: cyan; border-style: solid;">
<b>
<b>
One-step installation for ARM-based Macs: Download [https://pergamon.ms.northwestern.edu/Download/Gnuplot/gnuplot-6.0.2-arm64.pkg Gnuplot 6.0.2] and install. No additional libraries needed.
== Quick two-step summary:==

<ol style="font-size:18px">
<li>Install [https://xquartz.macosforge.org/landing/ X11/XQuartz]. (Note: A reboot is required after this step.)</li>
<li>Install [https://pergamon.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.4.1.pkg Gnuplot]</li>
</ol>
</b>
</b>


Line 31: Line 26:
<ul>
<ul>


<li>The version for ARM processors is compiled on macOS 15.2 (Sequoia) but was confirmed to work on older macOS versions as well, including macOS 11.2.3 (Big Sur)</li>
<li>Compiled on OS X 10.15.6 (Catalina).<br>

Versions up to 5.2.8 were compiled on OS X 10.11.6 (El Capitan) and were confirmed to work also on macOS 10.13 (High Sierra), 10.14 (Mojave), and 10.15 (Catalina).</li>
<li>Older versions below all require the X11 library and hence are not recommended. Gnuplot versions 5.4.1 and 5.4.0 was compiled on OS X 10.15.6 (Catalina) and Gnuplot versions up to 5.2.8 were compiled on OS X 10.11.6 (El Capitan) and were confirmed to work also on macOS 10.13 (High Sierra), 10.14 (Mojave), and 10.15 (Catalina).</li>


<li><b>Prior to installing this, you need to install [http://xquartz.macosforge.org/landing/ X11/XQuartz].</b> Do not forget to reboot your computer after the installation, or the X11 terminal within Gnuplot will not work.</li>
<li><b>Prior to installing this, you MUST install [http://xquartz.macosforge.org/landing/ X11/XQuartz].</b> Do not forget to reboot your computer after the installation, or the X11 terminal within Gnuplot will not work.</li>


<li>The versions provided here include the GNU Readline library.</li>
<li>All versions provided here include the GNU Readline library.</li>


<li>In addition to the standard terminals, the PDF terminal is included as well, which uses the [http://www.pdflib.com/download/free-software/pdflib-lite-7 PDFLlib Lite] library. To my understanding, this link to the source code satisfies the [http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf PDFlib Lite license requirements]. Note: you do <b>NOT</b> need to download this library to use the gnuplot packages below.</li>
<li>In addition to the standard terminals, the PDF terminal is included as well, which uses the [http://www.pdflib.com/download/free-software/pdflib-lite-7 PDFLlib Lite] library. To my understanding, this link to the source code satisfies the [http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf PDFlib Lite license requirements]. Note: you do <b>NOT</b> need to download this library to use the gnuplot packages below.</li>

Revision as of 12:50, 20 January 2025

Binary versions of Gnuplot for macOS.

One-step installation for ARM-based Macs: Download Gnuplot 6.0.2 and install. No additional libraries needed.


Note for users of the "png" terminal: On some versions of OS X, such as Catalina, the "Arial" font has been moved and you will receive an error message when you do "set terminal png". To fix this, issue the following command before starting gnuplot:

export GDFONTPATH=/Library/Fonts:/Library/Fonts/Microsoft:/System/Library/Fonts:/System/Library/Fonts/Supplemental

Details:

  • The version for ARM processors is compiled on macOS 15.2 (Sequoia) but was confirmed to work on older macOS versions as well, including macOS 11.2.3 (Big Sur)
  • Older versions below all require the X11 library and hence are not recommended. Gnuplot versions 5.4.1 and 5.4.0 was compiled on OS X 10.15.6 (Catalina) and Gnuplot versions up to 5.2.8 were compiled on OS X 10.11.6 (El Capitan) and were confirmed to work also on macOS 10.13 (High Sierra), 10.14 (Mojave), and 10.15 (Catalina).
  • Prior to installing this, you MUST install X11/XQuartz. Do not forget to reboot your computer after the installation, or the X11 terminal within Gnuplot will not work.
  • All versions provided here include the GNU Readline library.
  • In addition to the standard terminals, the PDF terminal is included as well, which uses the PDFLlib Lite library. To my understanding, this link to the source code satisfies the PDFlib Lite license requirements. Note: you do NOT need to download this library to use the gnuplot packages below.
  • In version 5.2.5 and up, I have also included the GIF, JPEG and PNG terminals. All libraries needed are included; please let me know if you encounter difficulties.
  • Simply download the package from one of the links below and install. You can then invoke gnuplot from a terminal window via /usr/local/bin/gnuplot
  • Please report download problems.
  • Current version (recommended):
    • 5.4.1 (December 15, 2020)
  • Older versions (versions prior to 5.2.5 do not include the PNG, JPEG and GIF terminals)
  • Information for the technically inclined: to facilitate installation and improve portability, the gnuplot binary was statically linked to the readline, gd, png16, freetype, fontconfig, and PDFlib-lite libraries.
  • If you receive an error message "dyld: Library not loaded: /opt/X11/lib/libfontconfig.1.dylib", please make sure you have installed the most recent version of X11/XQuartz.