Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. fig = ff.create_annotated_heatmap(zlist, x=xlist, y=ylist, colorscale='Viridis')
  2. fig['layout'].update(height=1500, width=1500, title='')
  3. plt.plot(fig, filename='annotated_heatmap_text')
  4.  
  5. fig['layout']['xaxis']['side'] = 'bottom'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement