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
The error seems to be cause by DefaultDatasetView. In DefaultDatasetView#rebuild()CompositeXYProjector is used to project the image to screenImage which has different bounds.
In DefaultDatasetView#autoscale() seems to be a second unrelated error which as well causes ArrayOutOfBoundsExceptions.
And I certainly agree that regardless of the correctness of CompositeXYProjector behavior, this is a bug... in something somewhere! Your example above should clearly work, not throw exceptions.
Minimal example:
produces several an ArrayOutOfBoundExceptions.
The text was updated successfully, but these errors were encountered: