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

Skip to content

Commit a15fd9b

Browse files
authored
Merge pull request plotly#1249 from plotly/matplotlib_fixup
remove hyperlink from front matter of /matplotlib index page
2 parents 59191fd + e74aa3d commit a15fd9b

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

_posts/matplotlib/2015-04-05-matplotlib-index.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Matplotlib Figures Online | Plotly
33
permalink: /matplotlib/
4-
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.<br><br>Instructions on how to install matplotlib can be found at <a class="no_underline plot-blue" href="https://matplotlib.org/users/installing.html">https://matplotlib.org/users/installing.html</a>.
4+
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.
55
layout: langindex
66
language: matplotlib
77
---
@@ -16,18 +16,24 @@ <h1>Plotly Matplotlib Library</h1>
1616
<p>
1717
{{page.description}}
1818
</p>
19+
<p>
20+
Instructions on how to install Plotly's Python package can be found on the <a
21+
href="{{ site.url }}/python/getting-started">Plotly
22+
for Python getting started page</a>.
23+
<br>
24+
Instructions on how to install matplotlib can be found at <a class='no_underline plot-blue' href='https://matplotlib.org/users/installing.html'>https://matplotlib.org/users/installing.html</a>.
25+
</p>
1926
</div>
2027
</div>
2128
</div>
2229
</header>
2330

24-
<div class="section">
25-
<div class="row auto-eg-padding">
26-
27-
<div class="row">
28-
<div class="six columns">
29-
<div class="z-depth-1">
30-
<pre><code >
31+
<div class="section">
32+
<div class="row auto-eg-padding">
33+
<div class="row">
34+
<div class="six columns">
35+
<div class="z-depth-1">
36+
<pre><code >
3137
import matplotlib.pyplot as plt
3238
import matplotlib.mlab as mlab
3339
import numpy as np

0 commit comments

Comments
 (0)