Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import matplotlib.pyplot as plt
  2. import seaborn as sns
  3. import numpy as np
  4. %matplotlib inline
  5.  
  6. sns.catplot(x='status', y='count', data=status_freq_pd_df,
  7. kind='bar', order=status_freq_pd_df['status'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement