Tim Hoffmann

Results 38 issues of Tim Hoffmann

### Documentation Link https://matplotlib.org/stable/ ### Problem The message in the footer reads > © Copyright 2002–2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012–2024...

Documentation

### Summary From https://github.com/matplotlib/matplotlib/pull/28403#pullrequestreview-2126623221: #### Current logic > Extract all data coordinates *xyz* from the artist and feed them into `auto_scale_xyz()`. This updates the `xy_dataLim`, `zz_dataLim` BBoxes via `.Bbox.update_from_data_xy/x/y()`, which...

topic: mplot3d
Maintenance

### Proposed new feature or change: I would like to be able to generate all permutations of an array; e.g. ``` >>> np.permutations([0, 1, 2]) array([[0, 1, 2], [0, 2,...

This allows to simply run `sphinx-build` in your doc directory, instead of having to type `sphinx-build . _build`. The default output folder name "_build" is a bit opinionated, but it's...

- Shorten title to "{{ project }} documentation" rather than "Welcome to {{ project }}'s documentation" - Remove indices and tables - Most (in particular smaller) pages do not have...

*Edit:* **Summary** This adds result type-dependent HTML classes to the `` elements of the search result list. Implemented types / classes are: - `index`: If the search term is found...

type:enhancement
type:proposal
html search

I struggle to set up a file / section structure that creates a reasonable layout. As a result, the left / right navigation sidebars can get funny. Sometimes not showing...

kind: enhancement
kind: documentation

The current docs describle the following folder layout and config: ``` . ├── doc │ ├── conf.py │ ├── index.rst | ├── make.bat │ └── Makefile ├── my_python_module │ ├──...