Skip to content

Commit 143a999

Browse files
authored
Update ar1_turningpts.md
1 parent 3830919 commit 143a999

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lectures/ar1_turningpts.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,13 @@ import arviz as az
4646
import pymc as pmc
4747
import matplotlib.pyplot as plt
4848
import matplotlib as mpl
49-
FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
50-
mpl.font_manager.fontManager.addfont(FONTPATH)
51-
plt.rcParams['font.family'] = ['Source Han Serif SC']
52-
5349
import seaborn as sns
5450
5551
sns.set_style('white')
5652
colors = sns.color_palette()
53+
FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
54+
mpl.font_manager.fontManager.addfont(FONTPATH)
55+
plt.rcParams['font.family'] = ['Source Han Serif SC']
5756
5857
import logging
5958
logging.basicConfig()

0 commit comments

Comments
 (0)