Open Timothy-W-Hilton opened 5 years ago
I think it's there but you may have to zoom out (or plot actual data so the extent can be set automatically).
wow, @poplarShift, you're right. I expected it to default to the whole of Earth like it does for the three-panel plot. Also the negative in the coordinate exponents was tiny on my screen and I didn't notice them, so I thought I was looking at latitudes and longitudes up to 10^5, which made no sense. Thanks!
actually, explicitly setting the axis limits has no effect for this plot, unlike the first plot that shows a single feature.
img2 = gf.land.options(scale='50m') * gf.ocean.options(scale='50m')
img2.opts(xlim=(-122, -123), ylim=(37, 38))
I think you can keep this issue open, there must be a way to make default behaviour more transparent.
IIRC every once in a while there's an issue/question popping up about setting extents of geoviews elements in various ways, not all of which seem to work seamlessly. Your case looks like https://github.com/pyviz/geoviews/issues/340. Consider opening an issue to collect all those instances.
Consider opening an issue to collect all those instances.
Done. See #357
Hello,
Many thanks for providing this marvelous tool!
I am trying to plot some data on a map using the QuadMesh element. I am finding that things work as I expect if I create the background of my map by using either a single feature (land, ocean, coastline, etc) or overlaid features as part of a layout with at least two items. If I try to use overlaid features in a single panel, however, I get a blank plot. Minimal example: