Skip to main content

A few conveniences for working with matplotlib.

Project description

A few conveniences for working with matplotlib.

Latest release 20220805: Initial PyPI release.

Function axes(figure=None, ax=None, **fig_kw) -> matplotlib.axes._axes.Axes

Return a set of Axes.

Parameters:

  • figure: optional Figure from which to obtain the Axes or an (x,y) figure size or an (x,y,dpi) figure size
  • ax: optional Axes or axes index

If ax is already an Axes it is returned unchanged. Otherwise ax should be the index of a set of axes, default 0.

If figure is a Figure, ax is used to select one of its sets of axes.

Otherwise a Figure is created and a set of axes is selected. The default figure size comes from DEFAULT_FIGURE_SIZE ((10, 7)) and the default dpi comes from DEFAULT_FIGURE_DPI (100). The figure positional parameter may be supplied as a 2-tuple (fig_dx,fig_dy) to override the default size or as a 3-tuple (fig_dx,fig_dy,dpi) to override the default size and dpi.

Function print_figure(figure_or_ax, imgformat=None, file=None)

Print figure_or_ax to a file.

Parameters:

  • figure_or_ax: a matplotlib.figure.Figure or an object with a .figure attribute such as a set of Axes
  • imgformat: optional output format; if omitted use 'sixel' if file is a terminal, otherwise 'png'
  • file: the output file, default sys.stdout

Function remove_decorations(figure_or_ax: Union[matplotlib.figure.Figure, matplotlib.axes._axes.Axes])

Remove all decorations from a Figure or Axes instance, intended for making bare plots such as a tile in GUI.

Presently this removes:

  • axes markings and legend from each axis
  • the padding from all the figure subplots

Function save_figure(figure_or_ax, imgpath: str, force=False)

Save a Figure to the file imgpath.

Parameters:

  • figure_or_ax: a matplotlib.figure.Figure or an object with a .figure attribute such as a set of Axes
  • imgpath: the filesystem path to which to save the image
  • force: optional flag, default False: if true the imgpath will be written to even if it exists

Function saved_figure(figure_or_ax, dir=None, ext=None)

Context manager to save a Figure to a file and yield the file path.

Parameters:

  • figure_or_ax: a matplotlib.figure.Figure or an object with a .figure attribute such as a set of Axes
  • dir: passed to tempfile.TemporaryDirectory
  • ext: optional file extension, default 'png'

Release Log

Release 20220805: Initial PyPI release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cs.mplutils-20220805.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cs.mplutils-20220805-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file cs.mplutils-20220805.tar.gz.

File metadata

  • Download URL: cs.mplutils-20220805.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.1 readme-renderer/30.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.3.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for cs.mplutils-20220805.tar.gz
Algorithm Hash digest
SHA256 c477d26fa8c9596d392b968b1a257e9a805471de6a30f73a76f1f25fa241b69d
MD5 d5ed4e7b7954a105773c01b0aa4783c9
BLAKE2b-256 f2dfa3ce54da91448f0afa0156e6d5e2fd366f4ebb64ffc03df24b06bd2661f5

See more details on using hashes here.

File details

Details for the file cs.mplutils-20220805-py3-none-any.whl.

File metadata

  • Download URL: cs.mplutils-20220805-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.1 readme-renderer/30.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.3.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for cs.mplutils-20220805-py3-none-any.whl
Algorithm Hash digest
SHA256 43e43f2ef9bdc003d30207c034c9026c21b481407320510ed968ef1f8c363994
MD5 654d4386dfe314ccaa4934c56accc670
BLAKE2b-256 77b46c7d06274d4c94058717407754f586a0c1b1680acffea473f9e9fc582ffc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page