We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3830919 commit 143a999Copy full SHA for 143a999
lectures/ar1_turningpts.md
@@ -46,14 +46,13 @@ import arviz as az
46
import pymc as pmc
47
import matplotlib.pyplot as plt
48
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
-
53
import seaborn as sns
54
55
sns.set_style('white')
56
colors = sns.color_palette()
+FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
+mpl.font_manager.fontManager.addfont(FONTPATH)
+plt.rcParams['font.family'] = ['Source Han Serif SC']
57
58
import logging
59
logging.basicConfig()
0 commit comments