Skip to main content

Personal python toolbox to make interactive plot in python notebooks

Project description

daaf-plot

PyPI version 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

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.1.0.tar.gz (11.8 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.1.0-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for daaf_plot-1.1.0.tar.gz
Algorithm Hash digest
SHA256 d84682f9099165e84571395c4fd29e7d504e4a5660a3aff01140b39c45bd8369
MD5 0ef6e4c7a7429c186cfd7be3d9891c86
BLAKE2b-256 ee50e3dbf35e0b6e3b42c866862dfc3fd6dba687c065f5e813f567bda598beed

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for daaf_plot-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d439755153de85e37d2fc6813c0eb060b80985cf4226bcbed86e6cefca4d728
MD5 a2d97ddf93ab3ab97acbb89127e0b702
BLAKE2b-256 03bdb9b676ac8f96d231f29810c857ec374da30b5082b88b52949078bafe145e

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