We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c3612 commit ef50467Copy full SHA for ef50467
plotpy/tools/curve.py
@@ -56,7 +56,7 @@ class BaseCurveStatsTool(BaseCursorTool):
56
ICON = "" # No icon by default, subclasses should set this
57
SWITCH_TO_DEFAULT_TOOL = True
58
LABELFUNCS: tuple[tuple[str, Callable[..., Any]], ...] | None = None
59
- SHAPECLASS: type[XRangeSelection | YRangeSelection] | None = None
+ SHAPECLASS: type[XRangeSelection | YRangeSelection] = XRangeSelection
60
61
def __init__(
62
self,
0 commit comments