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

Skip to content

Commit 061fcb3

Browse files
committed
rm mpld3 for now
1 parent 9d52813 commit 061fcb3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plotly/plotly.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@ def plot(self, *args, **kwargs):
8787
pass
8888
return res
8989

90-
def mplfig_to_plotly(self, fig, **kwargs):
91-
try:
92-
import matplotlylib
93-
except as e:
94-
print("Aw, snap! matplotlylib not installed. Install with pip (depends on matplotlib):\n$ sudo pip install matplotlylib")
95-
raise e
96-
return matplotlylib.fig_to_plotly(fig, username=self.un, api_key=self.key, **kwargs)
97-
9890
def __callplot(self, *args, **kwargs):
9991
''' Make a plot in plotly.
10092
Two interfaces:

0 commit comments

Comments
 (0)