Jody Klymak
Jody Klymak
Can you make a [minimal self-contained example](http://sscce.org) that triggers this error? W/o access to `grid` or `lev_pres`, its going to be pretty hard to know why this error happens. Also,...
No doubt this is a bug, but contouring is very difficult, even on a Cartesian grid. A workaround is to subset your data somewhat so you aren't using the whole...
No doubt because `lcc` has a big discontinuity at the dateline (or 180 deg from where you center it). You may have fixed your problem by using `mercator` as well....
Can you supply a [self contained minimal example](http://sscce.org)? Thanks!
`colorbar` changed in 3.0 so that aspect ratios mean something a bit different. So its possible there is a bad interaction there. But an example that doesn't require external data...
This is an `axes_toolkit`/`colorbar`/`bbox_inches=tight` interaction that I can reproduce in Matplotlib. I'll leave this open at @WeatherGod's discretion; one could imagine basemap not relying on axes_grid for colorbar placement. But...
Just to be clea, this is only an issue if you do: `plt.savefig(..., bbox_inches='tight')`? Otherwise I cannot reproduce..
First, basemap is end-of-life, so consider cartopy Second, I assume your shape file is huge, and largely outside your region of interest. You are plotting it 7 times, so your...
This typically happens when the axes limits change _after_ `clabel` is called
That makes sense. Just let any of the folks above know if the binder link gets overwhelmed and we can remove the button until we get it sorted. I don't...