Guest User

Untitled

a guest
Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import holoviews as hv
  2. import numpy as np
  3. hv.extension('matplotlib')
  4.  
  5. fig = hv.renderer('matplotlib').get_plot(hv.Curve((np.arange(0, 10))) + hv.Curve((np.arange(0, 10)))).state
  6. fig.get_children()
Add Comment
Please, Sign In to add comment