minhaj-ripon commited on
Commit
db20b82
·
1 Parent(s): 387e8c6

Update radar_chart.py

Browse files
Files changed (1) hide show
  1. radar_chart.py +1 -1
radar_chart.py CHANGED
@@ -178,7 +178,7 @@ if __name__ == '__main__':
178
  'angry',
179
  'fearful',
180
  'disgust',
181
- 'surprised')
182
  fig, axs = plt.subplots(figsize=(8, 8), nrows=1, ncols=1,
183
  subplot_kw=dict(projection='radar'))
184
  # fig.subplots_adjust(wspace=0.25, hspace=0.20, top=0.85, bottom=0.05)
 
178
  'angry',
179
  'fearful',
180
  'disgust',
181
+ 'surprised'])
182
  fig, axs = plt.subplots(figsize=(8, 8), nrows=1, ncols=1,
183
  subplot_kw=dict(projection='radar'))
184
  # fig.subplots_adjust(wspace=0.25, hspace=0.20, top=0.85, bottom=0.05)