Results 213 issues of Antony Lee

Closes #69. There is a slight backwards incompatibility regarding the rcParams (I just brutally replace the scalebar.width_fraction entry by scalebar.thickness), which is rather annoying to make fully backcompatible. But I...

This lets one write `ScaleBar(1, "kpc")` instead of the slightly redundant `ScaleBar(1, "kpc", "astro-length")`. Note that changes only occur in the constructor; "auto" is not when later calling set_dimension (directly...

Unless I am mistaken, the *dimension* kwarg is redundant with the *units* kwarg, i.e. for a given *units*, there's only one valid *dimension*? Thus that parameter could be removed from...

Currently, the scalebar thickness (perhaps a better name than "width", by the way?) is specified relative to the axes height. It may make more sense (sometimes?) to instead specify it...

### Bug summary Saving an eps file with the ghostscript distiller on appears to wrongly crop the resulting eps. ### Code for reproduction ```python from pylab import * rcParams["ps.usedistiller"] =...

backend: ps

### Problem It is always a bit hard for me to remember whether `add_axes` takes `(left, bottom, right, top)` or `(left, bottom, width, height)` (especially because needing to manually place...

New feature
status: inactive

### Bug summary axes_grid parasite_axes ticks and ticklabels are not taken into account by tight/constrained layout. ### Code for reproduction ```python from matplotlib import pyplot as plt from mpl_toolkits.axes_grid1 import...

topic: mpl_toolkit
topic: geometry manager
keep

This makes it unnecessary to silence impossible "unhandled" cases. See https://github.com/matplotlib/matplotlib/pull/30607#discussion_r2383611539. ## PR summary ## PR checklist - [ ] "closes #0000" is in the body of the PR description...

backend: agg
topic: text/fonts
Maintenance

This patch drops the reliance on dvipng to rasterize dvi files prior to inclusion by agg, instead performing the rasterization ourselves (as a consequence, the rasterization output also becomes dependent...

topic: text
topic: rcparams
backend: agg
topic: text/usetex
status: waiting for other PR
topic: text/fonts
status: needs comment/discussion

### Describe the issue: `np.interp([], [], [])` raises `ValueError: array of sample points is empty`, even though it could (should?) return an empty array (which is clearly the correct answer)....

00 - Bug