回答編集履歴
1
再投稿
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
と設定すれば,フォントがstixのsans-serifとなり,グラフの体裁が整うかと思います.
|
6
6
|
|
7
|
-

|
8
8
|
|
9
9
|
```python
|
10
10
|
|
@@ -48,9 +48,9 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
|
51
|
-
plt.xlabel("Angle "+"$\phi$ "+"[$\mathr
|
51
|
+
plt.xlabel("Angle "+"$\phi$ "+"[$\mathregular{\degree}$]", fontsize=20) # x軸のタイトル
|
52
52
|
|
53
|
-
plt.ylabel("Probability $P$"+"$\mathr
|
53
|
+
plt.ylabel("Probability $P$"+"$\mathregular{_{SW}}$", fontsize=20) # y軸
|
54
54
|
|
55
55
|
|
56
56
|
|