prashant
commited on
Commit
·
07dfa2c
1
Parent(s):
6682efd
remove rotate
Browse files- appStore/sdg_analysis.py +1 -2
appStore/sdg_analysis.py
CHANGED
@@ -129,8 +129,7 @@ def app():
|
|
129 |
fig, ax = plt.subplots()
|
130 |
ax.pie(x['count'], colors=colors, radius=2, center=(4, 4),
|
131 |
wedgeprops={"linewidth": 1, "edgecolor": "white"},
|
132 |
-
textprops={'fontsize': 14},
|
133 |
-
rotatelabels= True,
|
134 |
frame=False,labels =list(x.SDG),
|
135 |
labeldistance=1.2)
|
136 |
# fig.savefig('temp.png', bbox_inches='tight',dpi= 100)
|
|
|
129 |
fig, ax = plt.subplots()
|
130 |
ax.pie(x['count'], colors=colors, radius=2, center=(4, 4),
|
131 |
wedgeprops={"linewidth": 1, "edgecolor": "white"},
|
132 |
+
textprops={'fontsize': 14},
|
|
|
133 |
frame=False,labels =list(x.SDG),
|
134 |
labeldistance=1.2)
|
135 |
# fig.savefig('temp.png', bbox_inches='tight',dpi= 100)
|