Skip to content

Commit 7dd8a3f

Browse files
committed
Changed style in Categories & Curves
1 parent 4c251bc commit 7dd8a3f

File tree

2 files changed

+489
-486
lines changed

2 files changed

+489
-486
lines changed

examples/statistical_rethinking_lectures/04-Categories_&_Curves.ipynb

Lines changed: 486 additions & 484 deletions
Large diffs are not rendered by default.

examples/statistical_rethinking_lectures/04-Categories_&_Curves.myst.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ from scipy import stats as stats
4040
4141
warnings.filterwarnings("ignore")
4242
43-
style.use("fivethirtyeight")
44-
az.style.use("arviz-darkgrid")
43+
# Set matplotlib style
44+
STYLE = "statistical-rethinking-2023.mplstyle"
45+
style.use(STYLE)
4546
4647
%config InlineBackend.figure_format = 'retina'
4748
%load_ext autoreload

0 commit comments

Comments
 (0)