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

Skip to content

Fixes documentation typos #1397

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plotly/plotly/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def iplot_mpl(fig, resize=True, strip_style=False, update=None,
"""Replot a matplotlib figure with plotly in IPython.

This function:
1. converts the mpl figure into JSON (run help(plolty.tools.mpl_to_plotly))
1. converts the mpl figure into JSON (run help(plotly.tools.mpl_to_plotly))
2. makes a request to Plotly to save this figure in your account
3. displays the image in your IPython output cell

Expand Down Expand Up @@ -288,7 +288,7 @@ def plot_mpl(fig, resize=True, strip_style=False, update=None, **plot_options):
"""Replot a matplotlib figure with plotly.

This function:
1. converts the mpl figure into JSON (run help(plolty.tools.mpl_to_plotly))
1. converts the mpl figure into JSON (run help(plotly.tools.mpl_to_plotly))
2. makes a request to Plotly to save this figure in your account
3. opens your figure in a browser tab OR returns the unique figure url

Expand Down