From 2f5658fa14b0d52353cc7f480bd6dde47f0ac9b8 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Thu, 24 Jan 2019 17:56:18 -0500 Subject: [PATCH 1/2] fixing hyperlink issue --- .../2015-04-05-matplotlib-index.html | 77 ++++++++++--------- 1 file changed, 42 insertions(+), 35 deletions(-) diff --git a/_posts/matplotlib/2015-04-05-matplotlib-index.html b/_posts/matplotlib/2015-04-05-matplotlib-index.html index 6d34d7054955..7c2f970b2b1b 100755 --- a/_posts/matplotlib/2015-04-05-matplotlib-index.html +++ b/_posts/matplotlib/2015-04-05-matplotlib-index.html @@ -1,33 +1,35 @@ --- title: Matplotlib Figures Online | Plotly permalink: /matplotlib/ -description: Publish your Matplotlib figures to the web with one line of code! Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts and bubble charts.

Instructions on how to install matplotlib can be found at https://matplotlib.org/users/installing.html. +description: Publish your Matplotlib figures to the web with one line of code! Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts and bubble charts. layout: langindex language: matplotlib ---
-
- -
-
matplotlib
-
-

Plotly Matplotlib Library

-

- {{page.description}} -

-
-
-
+
+ +
+
+ matplotlib +
+
+

Plotly Matplotlib Library

+

{{ page.description }}

+
+
+
-
-
- -
-
-
-

+
+
+
+
+
+

 import matplotlib.pyplot as plt
 import matplotlib.mlab as mlab
 import numpy as np
@@ -50,21 +52,26 @@ 

Plotly Matplotlib Library

plot_url = py.plot_mpl(fig)
-
-
-
-
- -
-
-
+
+
+
+ +
+
+
+
- -

Documentation Examples

- {% assign languagelistimg = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" | where:"has_thumbnail",true %} - {% assign languagelist = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" %} - - {% include documentation_eg.html %} +

Documentation Examples

+{% assign languagelistimg = site.posts | where:"page_type":"example_index" | +where:"language","matplotlib" | where:"has_thumbnail",true %} {% assign +languagelist = site.posts | where:"page_type":"example_index" | +where:"language","matplotlib" %} {% include documentation_eg.html %} From e74aa3d96b5832e5661b7c97a06fcf3e80a03294 Mon Sep 17 00:00:00 2001 From: michaelbabyn Date: Thu, 25 Apr 2019 14:48:14 -0400 Subject: [PATCH 2/2] put hyperlink to matplotlib install guide outside of description --- .../2015-04-05-matplotlib-index.html | 69 +++++++++---------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/_posts/matplotlib/2015-04-05-matplotlib-index.html b/_posts/matplotlib/2015-04-05-matplotlib-index.html index 7c2f970b2b1b..a95cab5b5545 100755 --- a/_posts/matplotlib/2015-04-05-matplotlib-index.html +++ b/_posts/matplotlib/2015-04-05-matplotlib-index.html @@ -7,21 +7,25 @@ ---
-
- -
-
- matplotlib -
-
-

Plotly Matplotlib Library

-

{{ page.description }}

-
-
-
+
+ +
+
matplotlib
+
+

Plotly Matplotlib Library

+

+ {{page.description}} +

+

+ Instructions on how to install Plotly's Python package can be found on the Plotly + for Python getting started page. +
+ Instructions on how to install matplotlib can be found at https://matplotlib.org/users/installing.html. +

+
+
+
@@ -52,26 +56,21 @@

Plotly Matplotlib Library

plot_url = py.plot_mpl(fig)
+
+
+
+
+ +
+
+
- -
-
- -
-
- - -

Documentation Examples

-{% assign languagelistimg = site.posts | where:"page_type":"example_index" | -where:"language","matplotlib" | where:"has_thumbnail",true %} {% assign -languagelist = site.posts | where:"page_type":"example_index" | -where:"language","matplotlib" %} {% include documentation_eg.html %} + +

Documentation Examples

+ {% assign languagelistimg = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" | where:"has_thumbnail",true %} + {% assign languagelist = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" %} + + {% include documentation_eg.html %}