holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
587 stars 75 forks source link

Geoviews should run the backend change hook when imported #273

Closed jlstevens closed 5 years ago

jlstevens commented 5 years ago

If a backend is already loaded, geoviews could try to run the backend change hook to register the geoviews specific elements with opts to avoid this behavior:

image

philippjfr commented 5 years ago

Thanks, basically it should check if a plotting extension has been loaded and then run the hook for that backend.

philippjfr commented 5 years ago

Fixed in #275