mirror of
https://github.com/wassname/baukit.git
synced 2026-07-18 12:20:48 +08:00
Fix imports, add Range step.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user