Steffen Rehberg

Results 27 issues of Steffen Rehberg

### Documentation Link https://matplotlib.org/devdocs/gallery/spines/index.html ### Problem Galleries **without text,** e.g. [Spines](https://matplotlib.org/devdocs/gallery/spines/index.html) are shown in a one or two column layout with broad margins at both sides (galleries **without text**, e.g....

Documentation
status: upstream fix required

## PR Summary By default, sphinx-gallery captures the last output of each code block and shows it in the generated html in yellow boxes. Especially in tutorials with frequently interleaving...

Documentation

### Documentation Link https://matplotlib.org/devdocs/tutorials/index.html#intermediate ### Problem for instance here: ![image](https://user-images.githubusercontent.com/19879328/189995776-e11a23b2-5f03-4f9b-bf51-e8bc0d9076f4.png) This is caused by https://github.com/sphinx-gallery/sphinx-gallery/pull/906. I'm not sure if this can be fixed on matplotlib's side or must be addressed...

Documentation
status: upstream fix required

- add optional `no_traceback` argument to `:ok_except:` which prevents the (sometimes long) traceback from being printed, default is no argument, i.e. traceback is printed - enable `@okexcept` pseudodecorator so that...

### Describe the bug I'm trying to install cartopy on Win10 / Python 3.8.2 with Cython 0.29.32 (same with Cython-3.0.0a11): ``` pip install -U --global-option="-ID:\OSGeo4W\include" --global-option="-LD:\OSGeo4W\lib" --install-option="--no-cython-compile" cartopy ``` I...

matplotlib's `conf.py` doesn't specify `api_usage`. The current default value of `unused` (51cd69c71) leads to the following error (shown with `SPHINXOPTS=-W --keep-going -vv`). No errors for `api_usage = False`. ``` Traceback...

#906 changed the way thumbnail views of galleries are created. It now exposes the rst formatting in the caption: [Current](https://matplotlib.org/devdocs/tutorials/index.html#intermediate): ![image](https://user-images.githubusercontent.com/19879328/189995776-e11a23b2-5f03-4f9b-bf51-e8bc0d9076f4.png) [Previous:](https://matplotlib.org/2.2.5/tutorials/index.html) ![grafik](https://user-images.githubusercontent.com/19879328/190082348-9c0e7231-f4b0-41ea-a7ac-4f069d9867db.png) See also https://github.com/sphinx-gallery/sphinx-gallery/issues/998#issuecomment-1245912973

- add Width property class - fix links for baseline and width properties (Area, Bar, Bars, Dash) current documentation contains undefined links: ![grafik](https://github.com/mwaskom/seaborn/assets/19879328/a8050c34-0428-4a7b-b5b2-3a33b3752929) The `baseline` property just needed a link...

- plot_1_exp.ipynb `ModuleNotFoundError: No module named 'local_module'` - ~~plot_2_seaborn.ipynb~~ ~~`ModuleNotFoundError: No module named 'seaborn'`~~ - plot_6_function_identifier.ipynb `ModuleNotFoundError: No module named 'sphinx_gallery'` - ~~plot_3d.ipynb~~ ~~`ModuleNotFoundError: No module named 'mayavi'`~~ - ~~plot_0_plotly.ipynb~~...