Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. plt.contourf(xi, yi, zi,15, cmap=plt.cm.Reds,alpha=0.5, vmin=0, vmax=0.1)
  2. plt.contour(xi, yi, zi, 15, colors='k',alpha=1, linewidths=0.4, vmin=0, vmax=0.1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement