Fix imports, add Range step.

This commit is contained in:
David Bau
2022-03-17 19:50:19 -04:00
parent a0cad283de
commit bae48f28d1
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
from .labwidget import ImageWidget, Property
from .labwidget import Image, Property
import matplotlib, matplotlib.pyplot
import inspect
class PlotWidget(ImageWidget):
class PlotWidget(Image):
"""
A widget to create interactive matplotlib plots by defining a simple function.
Example of usage: