Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jayomojasola16/jay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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')

About

Matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published