@@ -109,7 +109,7 @@ def _plot_option_logic(plot_options_from_call_signature):
109
109
def iplot (figure_or_data , ** plot_options ):
110
110
"""Create a unique url for this plot in Plotly and open in IPython.
111
111
112
- plot_options keyword agruments :
112
+ plot_options keyword arguments :
113
113
filename (string) -- the name that will be associated with this figure
114
114
fileopt ('new' | 'overwrite' | 'extend' | 'append')
115
115
- 'new': create a new, unique url for this plot
@@ -167,7 +167,7 @@ def iplot(figure_or_data, **plot_options):
167
167
def plot (figure_or_data , validate = True , ** plot_options ):
168
168
"""Create a unique url for this plot in Plotly and optionally open url.
169
169
170
- plot_options keyword agruments :
170
+ plot_options keyword arguments :
171
171
filename (string) -- the name that will be associated with this figure
172
172
fileopt ('new' | 'overwrite' | 'extend' | 'append') -- 'new' creates a
173
173
'new': create a new, unique url for this plot
@@ -254,7 +254,7 @@ def iplot_mpl(fig, resize=True, strip_style=False, update=None,
254
254
2. makes a request to Plotly to save this figure in your account
255
255
3. displays the image in your IPython output cell
256
256
257
- Positional agruments :
257
+ Positional arguments :
258
258
fig -- a figure object from matplotlib
259
259
260
260
Keyword arguments:
@@ -287,7 +287,7 @@ def plot_mpl(fig, resize=True, strip_style=False, update=None, **plot_options):
287
287
2. makes a request to Plotly to save this figure in your account
288
288
3. opens your figure in a browser tab OR returns the unique figure url
289
289
290
- Positional agruments :
290
+ Positional arguments :
291
291
fig -- a figure object from matplotlib
292
292
293
293
Keyword arguments:
0 commit comments