Skip to content

Commit f8e83f7

Browse files
committed
remove unnecessary traitlets
these aren't used by the js side and making them traitlets may cause errors with high enough versions of matplotlib
1 parent 58bdb1e commit f8e83f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ipympl/backend_nbagg.py

-6
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@ class Canvas(DOMWidget, FigureCanvasWebAggCore):
198198
_force_full = Bool()
199199
_current_image_mode = Unicode()
200200
_dpi_ratio = Float(1.0)
201-
_is_idle_drawing = Bool()
202-
_is_saving = Bool()
203-
_button = Any()
204-
_key = Any()
205-
_lastx = Any()
206-
_lasty = Any()
207201

208202
def __init__(self, figure, *args, **kwargs):
209203
DOMWidget.__init__(self, *args, **kwargs)

0 commit comments

Comments
 (0)