You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using latest v2.x (4ea9892) to build some documentation and several examples are a bit non-reproducible. It seems like this is usually triggered by the examples that use AxesGrid. I've drilled down to it being something weird with LocatableAxes, which can be seen with this example:
If you run two or three times and compare the images, the ticks in the corners will generally be slightly off, usually differing by one bit in the outermost pixel. If you uncomment the line above to use Axes instead, then there is no issue. If I understand correctly, LocatableAxes just adds the LocatableAxesBase mixin to Axes, which appears to do nothing much by default. So I don't really understand why it breaks stuff.
This is probably related to the bugginess in #6759.
The text was updated successfully, but these errors were encountered:
I'm using latest
v2.x
(4ea9892) to build some documentation and several examples are a bit non-reproducible. It seems like this is usually triggered by the examples that useAxesGrid
. I've drilled down to it being something weird withLocatableAxes
, which can be seen with this example:If you run two or three times and compare the images, the ticks in the corners will generally be slightly off, usually differing by one bit in the outermost pixel. If you uncomment the line above to use
Axes
instead, then there is no issue. If I understand correctly,LocatableAxes
just adds theLocatableAxesBase
mixin toAxes
, which appears to do nothing much by default. So I don't really understand why it breaks stuff.This is probably related to the bugginess in #6759.
The text was updated successfully, but these errors were encountered: