import matplotlib.pyplot as plt import seaborn as sns plt.figure(figsize=(10,8)) plt.xticks(rotation=90) fuel_data=({'counts':['Mobile', 'chevron', 'total', 'nnpc', 'nipco'], 'units':[123, 2436, 6448, 7678, 875,]}) g=sns.barplot(data=fuel_data, x='counts', y='units') g.set_yscale=('log') g.set_xscale=('Fuel data') g.set_ylim(1,12000) plt.xlabel('Fuel data')
-
Notifications
You must be signed in to change notification settings - Fork 0
jayomojasola16/jay
About
Matplotlib
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published