holoviz / geoviews

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

Force bokeh box_zoom to keep aspect of plot #48

Closed philippjfr closed 7 years ago

philippjfr commented 7 years ago

When plotting with geoviews Elements the BoxZoomTool of a bokeh plot should have the match_aspect option enabled.

philippjfr commented 7 years ago

This was implemented in https://github.com/ioam/geoviews/pull/60, which was merged and is part of the 1.2.0 release.