Elliott Sales de Andrade
Elliott Sales de Andrade
Sorry, I should have mentioned those details earlier. I am using: ``` $ go version go version go1.19.6 linux/amd64 ``` But I am not just running `refactoring` though, so other...
I attempted to fix the compile in #61 (but not the other issues).
New test failures with Go 1.21rc3: ``` Debug Refactoring testdata/debug/showast/main.go >>>>> Debug output does not match contents of testdata/debug/showast/main.go.debugOutput >>>>> NOTE: All occurrences of the working directory name are replaced...
> (which I think means image tests?) I think it can check `[label.get_[vh]a() for label in get_ticklabels()]`? (or via some similar new getter API if it gets added.)
Typo: it's 'persistent' (for both the PR title and commit message)
This was implemented in #5091, AFAICT.
Are you sure you have the right set of images? `lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png` for example doesn't have any images to be resampled.
OK, I see that `RendererAgg::draw_text_image` uses `image_filter_spline36` when rotating text, so it only affects tests with rotated text. So for any tests that are purely rotated text, we should just...
Thanks for the additional example, but are you sure the plots are correct? The script has: > ```python > axs[2].set_title('Interpolated data minus ideal result') > ``` but the last plot...
Since you're deep into this code right now, I wonder if you have any ideas about #14143?