lisa.notebook#

Various utilities for interactive notebooks, plus some generic plot-related functions.

Globals

COLOR_CYCLE

Colorblind-friendly cycle, see https://gist.github.com/thriveth/8560036.

Classes

WrappingHBox

HBox that will overflow on multiple lines if the content is too large to fit on one line.

Functions

axis_cursor_delta()

Display the time delta between two vertical lines drawn on clicks.

axis_link_dataframes()

Link some dataframes to an axis displayed in the interactive matplotlib widget.

interact_tasks()

Decorator to make a block of code parametrized on a task that can be selected from a dropdown.

make_figure()

Make a matplotlib.figure.Figure and its axes.

plot_signal()

Plot a signal using holoviews library.