Skip to content

Commit

Permalink
minor tweaks to plot titles
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Jan 13, 2021
1 parent e95dd23 commit 0ede2bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions examples/bokeh/bokeh_plot_loo_pit_ecdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
=================
_thumb: .5, .7
_example_title: Plot LOO predictive ECDF compared to ECDF of uniform distribution to assess predictive calibration.
"""
import arviz as az

Expand Down
1 change: 1 addition & 0 deletions examples/bokeh/bokeh_plot_loo_pit_overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
====================
_thumb: .5, .7
_example_title: Plot LOO-PIT KDE overlaid on KDEs of uniform samples to assess predictive calibration.
"""
import arviz as az

Expand Down
2 changes: 1 addition & 1 deletion examples/matplotlib/mpl_plot_ess_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
==============
_thumb: .6, .5
_example_title: Plot local ESS -- ESS of specific variables
_example_title: Plot local ESS
"""
import matplotlib.pyplot as plt

Expand Down
2 changes: 1 addition & 1 deletion examples/matplotlib/mpl_plot_loo_pit_ecdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
=================
_thumb: .5, .7
_example_title: Plot LOO predictive check
_example_title: Plot LOO predictive ECDF compared to ECDF of uniform distribution to assess predictive calibration.
"""
import matplotlib.pyplot as plt

Expand Down
2 changes: 1 addition & 1 deletion examples/matplotlib/mpl_plot_loo_pit_overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
====================
_thumb: .5, .7
_example_title: Plot LOO overlaid on uniform distributions to assess convergence.
_example_title: Plot LOO-PIT KDE overlaid on KDEs of uniform samples to assess predictive calibration.
"""
import matplotlib.pyplot as plt

Expand Down

0 comments on commit 0ede2bd

Please sign in to comment.