Skip to main content

A few conveniences for working with matplotlib.

Project description

A few conveniences for working with matplotlib.

Latest release 20241122:

  • FigureSize: fix field factories.
  • print_figure: wire a .png extension for the temp image.

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 the FigureSize defaults.

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, or as a FigureSze.

Class FigureSize

Specifications for a Figure's dimensions.

FigureSize.Figure(self, **kw): Return a new Figure of this size. It will have no subplots.

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

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

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

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

Context manager to save a Figure to a file and yield the file path. The file is removed on exit from the context.

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 20241122:

  • FigureSize: fix field factories.
  • print_figure: wire a .png extension for the temp image.

Release 20230407: FigureSize: get defaults via $FIGURE_SIZE_DX, $FIGURE_SIZE_DY and $FIGURE_SIZE_DPI envvars.

Release 20220918:

  • New FigureSize class.
  • axes(): accept a FigureSize for figure.

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-20241122.tar.gz (4.9 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-20241122-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file cs_mplutils-20241122.tar.gz.

File metadata

  • Download URL: cs_mplutils-20241122.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.6

File hashes

Hashes for cs_mplutils-20241122.tar.gz
Algorithm Hash digest
SHA256 5d140572a1c1283afdd5c8b8f85aa01e3e3c6866e4f279ebfd26b6a5aafd3af7
MD5 ce9f02276603efc4ff6e778b169be24b
BLAKE2b-256 c8f42cab3ef6ac14ce0f3fb189eb4d87ee2028262cac75b6684cd227f32eb92a

See more details on using hashes here.

File details

Details for the file cs_mplutils-20241122-py3-none-any.whl.

File metadata

  • Download URL: cs_mplutils-20241122-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.6

File hashes

Hashes for cs_mplutils-20241122-py3-none-any.whl
Algorithm Hash digest
SHA256 04632a3d02de36a939f4f1a8ca2b11ce4d99d9ad134d0f380b614484258e5dcf
MD5 ab3c851eee511e2e6a60a7e4cd9e27fa
BLAKE2b-256 1603860dadce69533f476b95ea61ffece047d072576407ed490b7cb78002abfb

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