Ruth Comer
Ruth Comer
This still seems like something we should have.
`SubFigure.get_figure` does return a `Figure`, even if the subfigures are nested. ```python In [6]: sfig2 = sfig.subfigures() In [7]: sfig2.get_figure() Out[7]: ```
Hi @Impaler343, I'm not certain but I think the docs failure may be related to something that has been fixed on `main`. Could you try rebasing? ``` git fetch upstream...
FWIW, stackoverflow explicitly bans AI generated content https://stackoverflow.com/help/gen-ai-policy I agree with @story645 that those posters are unlikely to have read the contributors’ guide but it is useful to have something...
If someone is _replying_ to issues, then that is arguably closer to triage work than it is to anything else.
I think the question of AI in code development is complicated because it comes in various forms: letting GitHub Copilot* auto-fill a docstring or suggest the next few lines of...
If you want to set default arguments for running pytest on your project, you can do so using the `addopts` setting in a configuration file: https://docs.pytest.org/en/7.1.x/reference/customize.html#configuration-file-formats https://docs.pytest.org/en/7.1.x/reference/reference.html?highlight=addopts#confval-addopts
Lenient cube arithmetic has been implemented: #3774 #3785 "Just" merge and concatenate to go!
Everybody wants this.
@story645 I don’t remember documenting anything about linewidth/scaling/dash pattern as part of that work. The main documentation stumbling block was the _offset_ parameter IIRC.