Tim Hoffmann

Results 38 issues of Tim Hoffmann

### Bug report **Bug summary** Font found via `FontManager.find_font()` but not when using it in `Figure.text()` ![image](https://user-images.githubusercontent.com/2836374/55281786-d9925d00-5339-11e9-86fe-a9f90ac6d159.png) **Code for reproduction** For easier testing. Same as the screenshot above. ```python import...

topic: text/fonts

### Documentation Link https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.apply_aspect.html ### Problem Its effect is not described in the docstring. ### Suggested improvement _No response_

Documentation

In many places we have uppercase variables, e.g. ``` X = np.linspace(0, 2 * np.pi, 100) Y = np.sin(X) ``` and likewise then in the plot functions. This is against...

Closes #16. Preview: ![grafik](https://user-images.githubusercontent.com/2836374/86817077-d9c4f080-c084-11ea-9382-78f5a9492b8f.png)

Currently the image is just sine line, which could trick users in thinking that `plot` is for lines and `scatter` is for markers. ![grafik](https://user-images.githubusercontent.com/2836374/86639818-dde80400-bfd9-11ea-92df-39921907cf84.png) I propose to additionally show another...

Based on https://tex.stackexchange.com/q/447381/24770 The color for whitespace markers is currently hard-coded to `Qt::lightGray` (look for `QT::lightGray` in `QDocumentLineHandle::draw()`). The color should be adaptable in order to allow full customization of...

enhancement

### Description I recently got tripped up by a broken channel that triggered the assertion. However, the error is not quite helpful to the user. Even from the code context...

source::community
cla-signed

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Discourage or even disallow '='...

type::feature

sphinx-gallery uses the code [.. code-block::](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block) directive to render code segments. Is there a way to inject the `:emphasize-lines:` option from the .py input file.

enhancement

Loading all tumbnails can take a significant amount of time/bandwidth (c.f. Matplotlib galleries). It would be great if the loading could be deferred to the point when the user actually...

enhancement