Horje
creating a bar plot bar | creating a bar chart Code Example
creating a bar plot bar | creating a bar chart
import matplotlib.pyplot as plt

working_days = ['Non-Working Day', 'Working Day']
casual_avg = [1371, 607]

plt.bar(working_days, casual_avg)
plt.show()




Python

Related
read cells in csv with python Code Example read cells in csv with python Code Example
pandas sep Code Example pandas sep Code Example
columns overlap but no suffix specified: Index(['zpid'], dtype='object') Code Example columns overlap but no suffix specified: Index(['zpid'], dtype='object') Code Example
import stock data from yahoo finance Code Example import stock data from yahoo finance Code Example
Python dictionary append Code Example Python dictionary append Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6