Skip to content

Commit bbcaf0d

Browse files
authored
Merge pull request #5709 from arnavahire19/fix-tools-mpl-docstring-typos
docs(tools): fix spelling typos in mpl_to_plotly docstring
2 parents 55b2f08 + f332c89 commit bbcaf0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plotly/tools.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ def mpl_to_plotly(fig, resize=False, strip_style=False, verbose=False):
7272
of plotly.plot to have the graph appear directly in the IPython notebook.
7373
7474
Note, this function gives the user access to a simple, one-line way to
75-
render an mpl figure in plotly. If you need to trouble shoot, you can do
76-
this step manually by NOT running this fuction and entereing the following:
75+
render an mpl figure in plotly. If you need to troubleshoot, you can do
76+
this step manually by NOT running this function and entering the following:
7777
7878
===========================================================================
7979
from plotly.matplotlylib import mplexporter, PlotlyRenderer
8080
81-
# create an mpl figure and store it under a varialble 'fig'
81+
# create an mpl figure and store it under a variable 'fig'
8282
8383
renderer = PlotlyRenderer()
8484
exporter = mplexporter.Exporter(renderer)

0 commit comments

Comments
 (0)