Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,6 +191,7 @@ def DispersionPlot(textParty):
|
|
| 191 |
word_Lst.append(fdistance.most_common(6)[x][0])
|
| 192 |
|
| 193 |
plt.axis('off')
|
|
|
|
| 194 |
plt.title('Dispersion Plot')
|
| 195 |
moby.dispersion_plot(word_Lst)
|
| 196 |
plt.plot(color="#EF6D6D")
|
|
|
|
| 191 |
word_Lst.append(fdistance.most_common(6)[x][0])
|
| 192 |
|
| 193 |
plt.axis('off')
|
| 194 |
+
plt.figure(figsize=(4,3))
|
| 195 |
plt.title('Dispersion Plot')
|
| 196 |
moby.dispersion_plot(word_Lst)
|
| 197 |
plt.plot(color="#EF6D6D")
|