.. title:: notebook lisa.notebook ============= .. toctree:: :hidden: COLOR_CYCLE WrappingHBox axis_cursor_delta axis_link_dataframes interact_tasks make_figure plot_signal .. module:: lisa.notebook .. withrefctx:: :module: lisa.notebook .. automodule:: lisa.notebook :no-index: :no-members: :no-inherited-members: :no-undoc-members: :no-private-members: :no-special-members: .. rubric:: Globals .. list-table:: :align: left * - :data:`~lisa.notebook.COLOR_CYCLE` - .. withrefctx:: :module: lisa.notebook Colorblind-friendly cycle, see https://gist.github.com/thriveth/8560036. .. rubric:: Classes .. list-table:: :align: left * - :class:`~lisa.notebook.WrappingHBox` - .. withrefctx:: :module: lisa.notebook :class: lisa.notebook.WrappingHBox HBox that will overflow on multiple lines if the content is too large to fit on one line. .. rubric:: Functions .. list-table:: :align: left * - :func:`~lisa.notebook.axis_cursor_delta` - .. withrefctx:: :module: lisa.notebook Display the time delta between two vertical lines drawn on clicks. * - :func:`~lisa.notebook.axis_link_dataframes` - .. withrefctx:: :module: lisa.notebook Link some dataframes to an axis displayed in the interactive matplotlib widget. * - :func:`~lisa.notebook.interact_tasks` - .. withrefctx:: :module: lisa.notebook Decorator to make a block of code parametrized on a task that can be selected from a dropdown. * - :func:`~lisa.notebook.make_figure` - .. withrefctx:: :module: lisa.notebook Make a :class:`matplotlib.figure.Figure` and its axes. * - :func:`~lisa.notebook.plot_signal` - .. withrefctx:: :module: lisa.notebook Plot a signal using ``holoviews`` library.