Luke Davis

Results 112 comments of Luke Davis

This behavior is intentional, just because I liked the consistency of one formatter for everything and prefer plain numbers for published figures, but it's definitely not ideal for axes spanning...

...I might also consider setting the default value `rc['formatter.log']` to `False` if my preference is in the minority. Maybe I'll start a poll [like we did for `import proplot as...

Matplotlib now has this possibly-related ["subfigures" feature](https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/subfigures.html) but I think the goals of that feature are different from what I'm proposing here. It doesn't look like "subfigures" can be saved...

This is definitely a fair request. I can support more label position customization by: 1. Not auto-adjusting the x-location for "outer" labels (which would fix your example). 2. Allow passing...

Sorry for the delay. I see now, you want a "centered" title but want the a-b-c label offset toward the left (rather than centering the entire a-b-c label/title ensemble as...

> No worries on quickly implementing this, seems like it might be a rather unique request Thanks! I think I'll keep this as an open issue though for the specific...

Really appreciate the kind words! Very cool to hear someone from astronomy using this. I can definitely add `xlabel` and `ylabel` as optional `GeoAxes.format` and `PolarAxes.format` keywords. Maybe will add...

Thanks for the code! This is a good base for adding KDE functionality -- I probably won't have time to work on this until later this year but happy to...

> can you add an option (such as sharex=4) to allow sharing in different rows Really like that idea! Will do. I think this would also be a good opportunity...