Skip to main content

Personal python toolbox to make interactive plot in python notebooks

Project description

daaf-plot

License: MIT

daaf-plot is a python toolbox to make interactive plot in python notebooks.

Installation

Install using pip:

$ pip install daaf-plot

Usage

The primary goal of the present toolbox is to help the creation of interactive plots. Nevertheless, it also provides a function to open a matplotlib figure from a given list of settings (number of rows and columns, padding, etc.) as well as some stylistic options which can be used outside python notebooks.

Interactive plots

To make an interactive plot, you need:

  1. to enable the %matplotlib widget magic in a notebook;
  2. an xarray.DataArray containing the data to plot.

Import InteractiveLinePlot or InteractivePColorMesh from daaf_plot.figure, instantiate with:

>>> fig = InteractiveLinePlot(
...     data_array,
...     x_dim='the_x_dim',
...     line_dim='the_line_dim',
...     facet_dim=...,
...     open_figure_kwargs=dict(...),
... )

for a line plot and with:

>>> fig = InteractivePColorMesh(
...     data_array,
...     x_dim='the_x_dim',
...     y_dim='the_y_dim',
...     facet_dim=...
...     open_figure_kwargs=dict(...),
... )

for a pcolormesh. This creates an abstract figure object, which you can then open using:

>>> fig.interactive_show()

Have at look at the examples in the examples/ repository!

Open a matplotlib figure

The daaf_plot.geometry.open_figure() function can be used to open a matplotlib figure, even outside python notebooks.

Stylistic options

Some matplotlib stylistic options are provided when importing daaf_plot.style:

  • scale linlogp;
  • color map deep (from seaborn) and its reversed counterpart;
  • a unified function daaf_plot.style.set_font_size() to set font size in figures;
  • ...

In addition, my custom style sheet is stored in src/daaf_plot/style/laptop.mplstyle and can be used as follows:

>>> import matplotlib.pyplot as plt
>>> plt.style.use('daaf_plot.style.laptop')

Todo-list

  • write docstrings
  • write documentation
  • add type hints

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

daaf_plot-1.0.0.tar.gz (11.7 MB view details)

Uploaded Source

Built Distribution

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

daaf_plot-1.0.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file daaf_plot-1.0.0.tar.gz.

File metadata

  • Download URL: daaf_plot-1.0.0.tar.gz
  • Upload date:
  • Size: 11.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for daaf_plot-1.0.0.tar.gz
Algorithm Hash digest
SHA256 269be1b4f9ed148b59599c90c2899f70996ed13d2554a02ff9bb48c04d3ca724
MD5 79b206b8735e52d502738e204769ad1b
BLAKE2b-256 27c25989e60001a461f5bc78fa5316807b65220e3b3b713fe2bfaa70441eae29

See more details on using hashes here.

File details

Details for the file daaf_plot-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: daaf_plot-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for daaf_plot-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 afc338cd5cb71e2f8051b96bcf2a7ac303d6033a6004db572b9372d599d83d3c
MD5 8f23b45d1fb17ff38b9986c901c12e06
BLAKE2b-256 5b13de81e682d578fca4746b92e54284b0d789a42df99146b374cdf81975f8a8

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