回答編集履歴

1

再投稿

2017/05/13 04:50

投稿

Tomeko
Tomeko

スコア12

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  と設定すれば,フォントがstixのsans-serifとなり,グラフの体裁が整うかと思います.
6
6
 
7
- ![イメージ説明](6756fb1c18a5d6f369085d29faae0961.png)
7
+ ![イメージ説明](a5bd039fc07892f6185943cced79bd34.png)
8
8
 
9
9
  ```python
10
10
 
@@ -48,9 +48,9 @@
48
48
 
49
49
 
50
50
 
51
- plt.xlabel("Angle "+"$\phi$ "+"[$\mathrm{\degree}$]", fontsize=20) # x軸のタイトル
51
+ plt.xlabel("Angle "+"$\phi$ "+"[$\mathregular{\degree}$]", fontsize=20) # x軸のタイトル
52
52
 
53
- plt.ylabel("Probability $P$"+"$\mathrm{_{SW}}$", fontsize=20) # y軸
53
+ plt.ylabel("Probability $P$"+"$\mathregular{_{SW}}$", fontsize=20) # y軸
54
54
 
55
55
 
56
56