Skip to content

Releases: mcuntz/mcplot

CLI option and color documentation

30 May 22:17

Choose a tag to compare

mcplot provides a class that combines methods to easily produce publication-ready graphics on light or black background. It includes a large number of colormaps collected from different sources. There are a number of functions that help to position plots, number plot panels, or generally write text on a graph.

Version 2.2 adds an option to bypass the command line interface.
It provides full documentation of all available colors and color maps (palettes).

Add font option

15 Mar 00:54

Choose a tag to compare

mcplot provides a class that combines methods to easily produce publication-ready graphics on light or black background. It includes a large number of colormaps collected from different sources. There are a number of functions that help to position plots, number plot panels, or generally write text on a graph.

Version 2.1 adds a font option to choose its standard or LaTeX font.
It also adds Stuart Semple's Freetone colors.

A Python package with a plotting class and routines for publication-ready graphics

01 Nov 22:54

Choose a tag to compare

mcplot provides a class that combines methods to easily produce publication-ready graphics on light or black background. It includes a large number of colormaps collected from different sources. There are a number of functions that help to position plots, number plot panels, or generally write text on a graph.

Version 2.0 changed class variables to (almost) the same names as Matplotlib.
It sanitised the color module following Matplotlib and seaborn conventions.
The class is now usable for standalone scripts as well from within Python if no description or argument string is passed to the class instance.

mcplot: A Python package with a plotting class and routines for publication-ready graphics

05 Oct 16:15

Choose a tag to compare

mcplot provides a class that combines methods to easily produce publication-ready graphics on light or black background. It includes a large number of colormaps collected from different sources. There are a number of functions that help to position plots, number plot panels, or generally write text on a graph.

This is the first standalone release after extracting it from the package pyjams.