mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-11 12:43:04 +08:00
Fix: Move on_draw method to base Plugin
This commit is contained in:
@@ -30,6 +30,7 @@ class LineProfile(PlotPlugin):
|
||||
'image' : fixed scale based on min/max intensity in image.
|
||||
'dtype' : fixed scale based on min/max intensity of image dtype.
|
||||
"""
|
||||
draws_on_image = True
|
||||
|
||||
def __init__(self, image_viewer, useblit=None,
|
||||
linewidth=1, epsilon=5, limits='image'):
|
||||
|
||||
Reference in New Issue
Block a user