Jody Klymak
Jody Klymak
### Problem https://matplotlib.org/api/_as_gen/matplotlib.axis.Axis.convert_units.html#matplotlib.axis.Axis.convert_units is pretty sparse for something that is the only way to get from units to floats...
### Summary As discussed on today's call. We need to codify what `ax.clear` and `plt.cla` are meant to actually clear on an axes, versus setting on the axes that should...
xarray has some pretty powerful, indexing, re-indexing, and binning capabilities. My knowledge of them all is pretty limited, but `reindex`, `reindex_like`, `groupby` and `groupby_bins` all seem like useful targets for...
`savefig('boo.png', bbox_inches='tight')` or `savefig('boo.png', bbox_inches=Bbox([[0, 1], [2, 3]]))` crops a figure before saving. The current algorithm basically makes a new canvas that is the new dimensions, applies an extra transform...
## What changes does this PR introduce? Draft for comment: `obcs` allows setting `etaH`, but I wanted an rbcs-type sponge, so I added this to rbcs. This is potentially valuable...
As a follow up to #1067 where Matplotlib is considering using sphinx gallery for more narrative docs: it would be nice to be able to order the gallery manually. Size...
ping @mrayson and @ofringer I pulled your tide stuff out of suntans for this, and modified to have fewer internal dependencies, but otherwise its the same. Is it OK? And/or...
This adds styling to the redirect page so when it flashes it at least doesn't look like an error..
This project came up on the discourse. I'm just curious if it still works well with the constrained_layout rewrite?
Overall this looks fun. Super happy you are using constrained layout, but suggest you make it optional somehow. There are some times when it'll fail and users will want a...