====== gnuplot ======
**gnuplot** is a software module available on **Comet**.
===== gnuplot overview =====
To access **gnuplot** on Comet, run ''module load gnuplot''. This will load the //default// version of **gnuplot**.
An overview of the module information is shown below (''module -r spider ^gnuplot$''):
gnuplot: gnuplot/5.4.8-GCCcore-12.3.0
Description:
Portable interactive, function plotting utility
This module can be loaded directly: module load gnuplot/5.4.8-GCCcore-12.3.0
Help:
Description
===========
Portable interactive, function plotting utility
More information
================
- Homepage: http://gnuplot.sourceforge.net
If there are multiple versions of **gnuplot** listed, then you can load a //specific// version as follows:
$ module load gnuplot/version_string
You can find the most //up to date information// whilst logged on to Comet by running ''module -r spider ^gnuplot$''.
----
===== gnuplot Help =====
The module **gnuplot** has the following embedded help text (''module help gnuplot''):
Description
===========
Portable interactive, function plotting utility
More information
================
- Homepage: http://gnuplot.sourceforge.net
----
===== gnuplot Dependencies =====
The //default// version of the module **gnuplot** has the following dependencies:
* GCCcore/12.3.0
* ncurses/6.4-GCCcore-12.3.0
* cairo/1.17.8-GCCcore-12.3.0
* libjpeg-turbo/2.1.5.1-GCCcore-12.3.0
* libpng/1.6.39-GCCcore-12.3.0
* libgd/2.3.3-GCCcore-12.3.0
* Pango/1.50.14-GCCcore-12.3.0
* libcerf/2.3-GCCcore-12.3.0
* X11/20230603-GCCcore-12.3.0
* Qt5/5.15.10-GCCcore-12.3.0
* Lua/5.4.6-GCCcore-12.3.0
----
[[:advanced:software|Back to software]]