Skip to content

Commit 1f71bfd

Browse files
authored
Merge pull request #264 from ianhi/new-traitlets-test
remove unnecessary traitlets to fix savefig and display(fig) errors
2 parents 58bdb1e + f8e83f7 commit 1f71bfd

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)