We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871a52a commit da281fcCopy full SHA for da281fc
plotpy/tests/items/test_curves.py
@@ -44,8 +44,6 @@ def test_plot():
44
_win = ptv.show_items(
45
items, wintitle=test_plot.__doc__, title="Curves", plot_type="curve"
46
)
47
- stats_tool = _win.get_plot().manager.get_tool(CurveStatsTool)
48
- _win.get_plot().manager.set_active_tool(stats_tool)
49
50
51
if __name__ == "__main__":
0 commit comments