holoviz / geoviews

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

Bokeh figure outline partly hidden #319

Open poplarShift opened 5 years ago

poplarShift commented 5 years ago

p.outline_line_alpha seems to be set to 0 in geoviews by default (using a renderer theme does not change this), but even when it is adjusted using a hook the outline seems to be eclipsed by gf.land on the right border in the following example:

Screen Shot 2019-04-30 at 4 25 47 PM

philippjfr commented 4 years ago

Probably a bokeh issue since we don't fiddle with the renderer level and glyphs should be below the frame border.