Guest User

Untitled

a guest
Aug 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. fig = plt.figure(figsize = (8.27, 13.69), dpi = 100)
  2.  
  3. fig, ax = plt.subplots(1,1,figsize = (8.27, 13.69))
  4. fig = plt.gcf()
  5.  
  6. heatplot = ax.imshow(c, cmap='rainbow', aspect='auto',
  7. norm=MidpointNormalize(midpoint=0.90))
Add Comment
Please, Sign In to add comment