Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. cs=qplt.contourf(tempslice2,15)
  2.  
  3. for c in cs.collections:
  4.  
  5. c.set_antialiased(False)
  6.  
  7. plt.clabel(cs, colors = 'k', fontsize=10,fmt='%3.0f')
  8.  
  9. plt.gca().set_yscale('log')
  10.  
  11. plt.gca().invert_yaxis()
  12.  
  13. plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement