From 3416f67770681d1007518c5f501a37abf5924b12 Mon Sep 17 00:00:00 2001 From: Ajay Sharma Date: Tue, 15 Jan 2019 18:19:51 -0800 Subject: [PATCH] Fixes documentation typos Rename `plolty` to `plotly` --- plotly/plotly/plotly.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotly/plotly/plotly.py b/plotly/plotly/plotly.py index a5280c219e2..f06489622d2 100644 --- a/plotly/plotly/plotly.py +++ b/plotly/plotly/plotly.py @@ -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 @@ -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