mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
BUG: Fix MRO bug when matplotlib not installed
This commit is contained in:
@@ -11,7 +11,7 @@ from skimage.viewer.canvastools.base import ToolHandles
|
||||
__all__ = ['RectangleTool']
|
||||
|
||||
|
||||
class RectangleTool(RectangleSelector, CanvasToolBase):
|
||||
class RectangleTool(CanvasToolBase, RectangleSelector):
|
||||
"""Widget for selecting a rectangular region in a plot.
|
||||
|
||||
After making the desired selection, press "Enter" to accept the selection
|
||||
|
||||
Reference in New Issue
Block a user