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 c28034a commit 923cfccCopy full SHA for 923cfcc
lectures/prob_meaning.md
@@ -54,6 +54,10 @@ import prettytable as pt
54
import matplotlib.pyplot as plt
55
from scipy.stats import binom
56
import scipy.stats as st
57
+import matplotlib as mpl
58
+FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
59
+mpl.font_manager.fontManager.addfont(FONTPATH)
60
+plt.rcParams['font.family'] = ['Source Han Serif SC']
61
```
62
63
有了这些Python工具,我们现在来探索上述两种含义。
0 commit comments