Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. fig, ax = plt.subplots(1,2, figsize = (20,10))
  2.  
  3. ax[0].plot(part1_df["% Smokers"].loc[1.0])
  4. ax[0].plot(part1_df["% Smokers"].loc[2.0])
  5. ax[0].plot(part1_df["% Smokers"].loc[3.0])
  6. ax[0].plot(part1_df["% Smokers"].loc[4.0])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement