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.1.tar.gz (13.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.1-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for daaf_plot-1.1.1.tar.gz
Algorithm Hash digest
SHA256 6f400e0bd6db13002bba1d174eae823f2aec506865c2463a23ae1a7619f21be3
MD5 0215e4424211a82d08fd0dadf4156359
BLAKE2b-256 eefeb9e92969c0fb4183abe146980ad04590def6421b1951b0227e7eae3cadb7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for daaf_plot-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b02f07782ae117f2a4e9a0ff48cf94e1ec2982b32ce60b223a235f4d7d122862
MD5 c0e0226e19fd3115bddb36cf369a4955
BLAKE2b-256 4b30bf39b1f6a2e65a70aeb26d81d3b21d81792ce7d8a1a89df85be887aff47d

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