vanessbut commited on
Commit
5e340df
1 Parent(s): fa4eaa5

Добавлено описание.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ if not text is None and len(text) > 0:
110
  ax.set_title("95% самых важных ключевых слов")
111
  ax.grid(color='#000000', alpha=0.15, linestyle='-', linewidth=1, which='major')
112
  ax.grid(color='#000000', alpha=0.1, linestyle='-', linewidth=0.5, which='minor')
113
- ax.set_ylim([-len(keywords), 1])
114
 
115
  bar_width = 0.75
116
  indexes = -np.arange(len(labels))
 
110
  ax.set_title("95% самых важных ключевых слов")
111
  ax.grid(color='#000000', alpha=0.15, linestyle='-', linewidth=1, which='major')
112
  ax.grid(color='#000000', alpha=0.1, linestyle='-', linewidth=0.5, which='minor')
113
+ #ax.set_ylim([-len(keywords), 1])
114
 
115
  bar_width = 0.75
116
  indexes = -np.arange(len(labels))