Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. p = figure(plot_width=800)
  2. p.patches('x', 'y', source = source, fill_color='white', fill_alpha=0.5,
  3. line_color="black", line_width=1)
  4.  
  5. p.patches('x', 'y', source1 = source, fill_color='white', fill_alpha=0.5,
  6. line_color="black", line_width=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement