holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
65 stars 21 forks source link

Initializing with multiple elements to annotator #248

Closed kcpevey closed 5 years ago

kcpevey commented 5 years ago

I have a dictionary in which the keys are names and the values are gv.Paths. In order to initialize with these multiple elements, the best way I can come up with is polys=list(gv_dict.values()) which seems kind of ugly. Can I do anything better?

kcpevey commented 5 years ago

polys can be initialized with several things including lists and gv elements.