Luke Davis

Results 112 comments of Luke Davis

I think I see the problem -- the `rc` state is not reset by `Configurator.__exit__` during the error because the error is triggered inside `Configurator.__enter__` rather than inside the `with...as`...

Thanks, this should not happen if `axis.isDefault_majfmt` and `axis.isDefault_majloc` are being set properly. Will check

Yep this is a really important item on my to-do list -- you can monitor PR #183 for updates.

Thanks for the report, not sure what's going on here. In your example, the fraction of contour lines removed for inline labels is too much: ![iTerm2 e4f8V0](https://user-images.githubusercontent.com/19657652/154576324-81c0da6f-a05d-46d7-8d55-659dbbbf9b86.png) In a matplotlib-only...

In fact a really nice addition to the API might be to permit "axis legends", where instead of drawing a legend, we use color-coded, stacked, hanging x and y-axes, with...

Arbitrarily many twins are now implemented (see #226). The specific "hanging" axis feature is probably not high priority.

For those interested, it is now very easy to generate "hanging" axes in proplot with e.g. `ax.altx(loc=('axes', 1.1))` -- although the positions are still not auto-adjusted. See [this example](https://proplot.readthedocs.io/en/latest/cartesian.html#Axis-positions) from...

Yeah... the inset colorbar implementation is unfortunately just very flimsy right now. I'm working on a fix in #311 that will automatically adjust the position of the colorbar axes and...

You can monitor #253 for updates Please also note the padding you see in that example is a cartopy bug confusing "pixels" with "points". It was fixed in SciTools/cartopy#1556. You...

Makes sense, esp. in the context of #200. We should be able to both restrict *spanning* labels and *shared* labels to specific row/column groups with a few `subplots()` keyword arguments.