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

Skip to content

Commit 1364dce

Browse files
committed
Update plotly.py
1 parent 2702eb9 commit 1364dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def plot(self, *args, **kwargs):
8787
pass
8888
return res
8989

90-
def fig_to_plotly(self, fig, **kwargs):
90+
def mplfig_to_plotly(self, fig, **kwargs):
9191
try:
9292
import matplotlylib
9393
except as e:

0 commit comments

Comments
 (0)