Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8aebaa

Browse files
committed
update widget name to GraphWidget
1 parent 3840a85 commit e8aebaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotly/widgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from . graph_widget import Graph
1+
from . graph_widget import GraphWidget

plotly/widgets/graph_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__all__ = None
2424

2525

26-
class Graph(widgets.DOMWidget):
26+
class GraphWidget(widgets.DOMWidget):
2727
"""An interactive Plotly graph widget for use in IPython
2828
Notebooks.
2929
"""

0 commit comments

Comments
 (0)