Examples

Overview

Practical examples demonstrating MD Utils’ most powerful features for interactive visualization and statistical analysis.

Additional Examples

Time Series Plotting

Learn how to create interactive time series visualizations with support for large datasets.

Statistical Analysis

Examples of statistical plotting and significance testing.

Example from Repository

The examples/ folder contains runnable Python scripts:

  • resampler_example.py - Demonstrates plotly-resampler integration

Running Examples

Clone the repository and run examples:

git clone https://github.com/matthiasdold/mdu.git
cd mdu
pip install -e ".[all]"
python examples/resampler_example.py

Jupyter Notebooks

You can also run examples in Jupyter:

pip install jupyter
jupyter notebook

Then create a new notebook and import:

import mdu
from mdu.plotly import html_grids, stats, multiline, shared