Skip to content

Commit e18b3e8

Browse files
Update examples/howto/updating_priors.myst.md
Co-authored-by: Oriol Abril-Pla <[email protected]>
1 parent 5f9945a commit e18b3e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/howto/updating_priors.myst.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ import pytensor.tensor as pt
3939
from scipy import stats
4040
from tqdm.notebook import trange
4141
42-
az.style.use("arviz-darkgrid")
43-
plt.rcParams["figure.figsize"] = [12, 7]
44-
plt.rcParams["figure.dpi"] = 100
45-
plt.rcParams["figure.facecolor"] = "white"
42+
az.style.use("arviz-white")
4643
4744
%load_ext autoreload
4845
%autoreload 2

0 commit comments

Comments
 (0)