Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. from matplotlib.pyplot import (axes,axis,title,legend,figure,
  2. xlabel,ylabel,xticks,yticks,
  3. xscale,yscale,text,grid,
  4. plot,scatter,errorbar,hist,polar,
  5. contour,contourf,colorbar,clabel,
  6. imshow)
  7. plt.ylim(0,300000)
  8. plt.grid(True)
  9. plt.show(plot(['2013', '2014', '2015', '2016'],[netto_IM_2013, netto_IM_2014, netto_IM_2015, netto_IM_2016],linewidth=2,color="#440000",zorder=2))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement