Seaborn¶
Seaborn (Seaborn homepage) is a Python visualisation library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.
Loading a Seaborn module¶
Here is how to load a Seaborn module:
Finding the Seaborn modules¶
Here is how to find the Seaborn modules:
How does that look like?
Your output will look similar to:
----------------------------------------------------------------------------------------
Seaborn:
----------------------------------------------------------------------------------------
Description:
Seaborn is a Python visualization library based on matplotlib. It provides a
high-level interface for drawing attractive statistical graphics.
Versions:
Seaborn/0.9.1-foss-2024a-Python-2.7.18
Seaborn/0.13.2-gfbf-2023b
Seaborn/0.13.2-gfbf-2024a
Seaborn/0.13.2-gfbf-2025b
----------------------------------------------------------------------------------------
For detailed information about a specific "Seaborn" package (including how to load the mod
ules) use the module's full name.
Note that names that have a trailing (E) are extensions provided by other modules.
For example:
$ module spider Seaborn/0.13.2-gfbf-2025b
----------------------------------------------------------------------------------------