This directory contains runnable Python examples for the Python-first adaptation of the original MATLAB plotting utilities.
example_line.py- Multi-series line plot in the same spirit as
template.mandplot_linegraph*.m.
- Multi-series line plot in the same spirit as
example_cdf.py- CDF plot similar to the MATLAB
plot_cdf*.mworkflow.
- CDF plot similar to the MATLAB
example_bars.py- Horizontal stacked bar plot inspired by
plot_horizontal_bars.m.
- Horizontal stacked bar plot inspired by
example_boxplot.py- Boxplot example corresponding to the MATLAB
plot_boxplot*.mscripts.
- Boxplot example corresponding to the MATLAB
example_grouped_bar.py- Grouped categorical bar plot corresponding to MATLAB bar plot workflows.
example_pdf.py- Publication-style PDF / histogram example corresponding to
plot_pdf.m.
- Publication-style PDF / histogram example corresponding to
example_pr_curve.py- Precision-recall curve example corresponding to
plot_pr_curve.m.
- Precision-recall curve example corresponding to
example_stacked_time.py- Stacked time-budget plot corresponding to
plot_time_stacked.m.
- Stacked time-budget plot corresponding to
example_tilelayout.py- 2x2 tiled metric summary corresponding to
plot_tilelayout.m.
- 2x2 tiled metric summary corresponding to
example_trajectory.py- 2D trajectory plot corresponding to the repository trajectory visualizations.
example_correspondence.py- Weighted source-target scatter plot inspired by
plot_scatter_w_heatmap.m.
- Weighted source-target scatter plot inspired by
generate_examples.py- Convenience script that runs all Python examples and writes outputs to
examples_output/.
- Convenience script that runs all Python examples and writes outputs to
python -m pip install -r requirements.txt
python examples/generate_examples.pyGenerated figures are written to:
examples_output/