Table of Contents

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:


Back to software