A. K.
Results
1
comments of
A. K.
Hi, I encountered the same problem. That's because clipping is not set for `loc=inside` You can resolve it by adding "clip_on=False" in Annotator.py line 690. ``` def _plot_line(self, line_x, line_y):...