New feature - Theme for tabs
This commit is contained in:
parent
2596c0cc45
commit
5f3646a252
2 changed files with 13 additions and 18 deletions
|
@ -29,22 +29,7 @@ import matplotlib.pyplot as plt
|
|||
import numpy as np
|
||||
label = ['Adventure', 'Action', 'Drama', 'Comedy', 'Thriller/Suspense', 'Horror', 'Romantic Comedy', 'Musical',
|
||||
'Documentary', 'Black Comedy', 'Western', 'Concert/Performance', 'Multiple Genres', 'Reality']
|
||||
no_movies = [
|
||||
941,
|
||||
854,
|
||||
4595,
|
||||
2125,
|
||||
942,
|
||||
509,
|
||||
548,
|
||||
149,
|
||||
1952,
|
||||
161,
|
||||
64,
|
||||
61,
|
||||
35,
|
||||
5
|
||||
]
|
||||
no_movies = [941, 854, 4595, 2125, 942, 509, 548, 149, 1952, 161, 64, 61, 35, 5]
|
||||
|
||||
index = np.arange(len(label))
|
||||
plt.bar(index, no_movies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue