Pushpa commited on
Commit
1f3c424
1 Parent(s): 565ff8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -27,14 +27,14 @@ import pygal as py
27
  import squarify as sq
28
 
29
  plt.rcParams["figure.figsize"] = (20,15)
30
- matplotlib.rc('xtick', labelsize=7)
31
- matplotlib.rc('ytick', labelsize=7)
32
 
33
  font = {'family' : 'normal',
34
  'weight' : 'bold',
35
  'size' : 5}
36
 
37
- matplotlib.rc('font', **font)
38
  from sklearn.feature_extraction.text import CountVectorizer
39
  import warnings
40
  warnings.filterwarnings("ignore", category=FutureWarning)
 
27
  import squarify as sq
28
 
29
  plt.rcParams["figure.figsize"] = (20,15)
30
+ plt.rc('xtick', labelsize=7)
31
+ plt.rc('ytick', labelsize=7)
32
 
33
  font = {'family' : 'normal',
34
  'weight' : 'bold',
35
  'size' : 5}
36
 
37
+ plt.rc('font', **font)
38
  from sklearn.feature_extraction.text import CountVectorizer
39
  import warnings
40
  warnings.filterwarnings("ignore", category=FutureWarning)