Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,8 @@ def DispersionPlot(textParty):
|
|
| 164 |
plt.axis('off')
|
| 165 |
plt.title('Dispersion Plot')
|
| 166 |
plt.figure(figsize=(4,3))
|
| 167 |
-
moby.dispersion_plot(word_Lst
|
|
|
|
| 168 |
plt.tight_layout()
|
| 169 |
buf = BytesIO()
|
| 170 |
plt.savefig(buf)
|
|
|
|
| 164 |
plt.axis('off')
|
| 165 |
plt.title('Dispersion Plot')
|
| 166 |
plt.figure(figsize=(4,3))
|
| 167 |
+
moby.dispersion_plot(word_Lst)
|
| 168 |
+
plt.plot(color="#EF6D6D")
|
| 169 |
plt.tight_layout()
|
| 170 |
buf = BytesIO()
|
| 171 |
plt.savefig(buf)
|