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
... this allows the plot to show partial error bars if the plot area is not
set up to show them entirely.
The previous code would remove error bars whose center was not inside the plot
area, we could have fixed the algorithm to consider a full line-rectangle
intersection, however that code would probably would have run slower than just
letting racket/draw do the clipping.
A test was added to ensure the expected behavior is not reverted by accident
in the future.
0 commit comments