Elliott Sales de Andrade
Elliott Sales de Andrade
> How do fonts handle dashes and underscores? Would that be a reasonable precedent behavior? This depends on the internal hinting and FreeType settings. Depending on the hinter, it _can_...
It doesn't appear that `svg.fonttype` is relevant here; the problem can be reproduced with the defaults. It's also not the case that the text is too high. You can overlay...
Syntax seems broken somewhere.
> Baseline images change slightly, for the better or the worse. Shall we target the `text-overhaul` branch then? Likely wouldn't need the old `dvipng` code if it lands at the...
I took the liberty to rebase and fix the commented issues.
Still needs the CLA to be signed, no opinion on the dependency myself.
`Reds` is a [`LinearSegmentedColormap`](https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.LinearSegmentedColormap.html#matplotlib.colors.LinearSegmentedColormap).
The vertical alignment for the top ticks is 'bottom', not 'baseline'. This leaves space for the descenders, which show up mostly in general characters and not numbers. I don't think...
This is dependent on fonts and I'm not sure there's an easy way to determine that. At a lower level, this is determined by the result of `Renderer.get_text_width_height_descent` using a...
This has been broken since at least 3.0.3, but I'm not going to check any older. Maybe it's always been broken, or maybe something changed in Ghostscript.