Table of Contents

matplotlib

matplotlib is a software module available on Comet.

matplotlib overview

To access matplotlib on Comet, run module load matplotlib. This will load the default version of matplotlib.

An overview of the module information is shown below (module -r spider ^matplotlib$):

matplotlib:
     Versions:
        matplotlib/3.7.2-gfbf-2023a
        matplotlib/3.7.2 (E)
        matplotlib/3.8.2-gfbf-2023b
        matplotlib/3.8.2 (E)
     Other possible modules matches:
        matplotlib-env

Names marked by a trailing (E) are extensions provided by another module.

  To find other possible module matches execute:

      $ module -r spider '.*matplotlib.*'

  For detailed information about a specific "matplotlib" package (including how to load the modules) use the module's full name.
  Note that names that have a trailing (E) are extensions provided by other modules.
  For example:

     $ module spider matplotlib/3.8.2

If there are multiple versions of matplotlib listed, then you can load a specific version as follows:

$ module load matplotlib/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^matplotlib$.


matplotlib Help

The module matplotlib has the following embedded help text (module help matplotlib):

Description
===========
matplotlib is a python 2D plotting library which produces publication quality figures in a variety of
 hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python
 and ipython shell, web application servers, and six graphical user interface toolkits.

More information
================
 - Homepage: https://matplotlib.org

Included extensions
===================
contourpy-1.2.0, Cycler-0.12.1, fonttools-4.47.0, kiwisolver-1.4.5,
matplotlib-3.8.2


matplotlib Dependencies

The default version of the module matplotlib has the following dependencies:


Back to software