Results 213 issues of Antony Lee

### Problem As shown by #22390 (use annotate() to draw arrows), #25905 (use annotate for subplot labeling), and #25993 (use annotate for rainbow text), annotate()/Annotation() has a really powerful API...

New feature
topic: text

I just found that @ImportanceOfBeingErnest wrote a nice legend guide at https://stackoverflow.com/a/43439132/378080. Perhaps worth moving to the official docs (if he agrees to it)? Edit: another legend example that I...

Documentation
keep

* nd2 version: 0.10.1 * Python version: 3.12.2 * Operating System: macOS ### Description For a nd2 recording of a multi-D acquisition with multiple positions, the position names are not...

Thiis also restores axes_row and axes_column to their behavior prior to 88e0d84 (which is the commit that broke ngrids support). Closes a small part of #27963. ## PR summary ##...

topic: mpl_toolkit
status: needs comment/discussion

### Summary The docstring of `AxesImage.set_array` says "Retained for backwards compatibility - use set_data instead.", but on the getter side, only `get_array` (inherited from ScalarMappable) exists -- `get_data` doesn't even...

API: consistency
Maintenance

### Proposed new feature or change: A buggy usage of np.save I've seen is `np.save("foo.npy", array1, array2)` and then users wondering why only one of the two arrays gets saved...

The following two documents differ by the application of a custom weight on an OpenType variable font (which can be downloaded from https://github.com/googlefonts/roboto-flex): ```tex \documentclass{article} \usepackage{fontspec} \begin{document} \thispagestyle{empty} \fontspec{Roboto Flex.ttf}foo...

Run `vedo -r raycaster` or `vedo -r lowpassfilter`, and press "6" on the numpad. As of master, this raises a TypeError ("'int' object is not callable" or "'NoneType' object is...

bug

Having matplotlib.style be a package with the entire implementation in matplotlib.style.core is a bit overkill, and also makes it slightly awkward that USER_LIBRARY_PATHS is effectively a public API (clearly intended...

topic: styles

Directly render FT glyphs to the Agg buffer. In particular, this naturally provides, with no extra work, subpixel positioning of glyphs (closing #29551) (this could also have been implemented in...

topic: text
backend: agg
topic: text/fonts