Open JordiBolibar opened 2 years ago
I suspect that tightlimits!
might be doing something wrong...maybe try datalims!
instead, which is GeoMakie's version of the function?
Otherwise I'm kind of tied up now but can test this out in a bit.
I still occasionally see these kinds of errors with interactive rectangle zoom, but never with zooming by setting limits.
I'm new to GeoMakie, and I'm trying to start using it as my main tool for plotting maps in Julia. I've been struggling to implement a plot with multiple subplots with different lat/lon ranges. Here's the code (not reproducible):
Which produces the following plot:
What am I doing wrong? How can I correctly crop the subplot extent in order to "zoom" on the given lat/lon extent? Sorry for the noob question, but I haven't been able to figure this out with the documentation. Thanks in advance!