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

Skip to content

Commit e74aa3d

Browse files
committed
put hyperlink to matplotlib install guide outside of description
1 parent 2f5658f commit e74aa3d

File tree

1 file changed

+34
-35
lines changed

1 file changed

+34
-35
lines changed

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

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,25 @@
77
---
88

99
<header class="--welcome">
10-
<div class="--welcome-body">
11-
<!--div.--wrap-inner-->
12-
<div class="--title">
13-
<div class="--category-img">
14-
<img
15-
src="https://images.plot.ly/language-icons/api-home/matplotlib.png"
16-
alt="matplotlib"
17-
/>
18-
</div>
19-
<div class="--body">
20-
<h1>Plotly Matplotlib Library</h1>
21-
<p>{{ page.description }}</p>
22-
</div>
23-
</div>
24-
</div>
10+
<div class="--welcome-body">
11+
<!--div.--wrap-inner-->
12+
<div class="--title">
13+
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/matplotlib.png" alt="matplotlib"></div>
14+
<div class="--body">
15+
<h1>Plotly Matplotlib Library</h1>
16+
<p>
17+
{{page.description}}
18+
</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>
26+
</div>
27+
</div>
28+
</div>
2529
</header>
2630

2731
<div class="section">
@@ -52,26 +56,21 @@ <h1>Plotly Matplotlib Library</h1>
5256
plot_url = py.plot_mpl(fig)
5357

5458
</code></pre>
59+
</div>
60+
</div>
61+
<div class="six columns">
62+
<div class="border">
63+
<iframe frameborder="0" scrolling="no" height="462" src="https://plot.ly/~chris/2252.embed" width="100%">
64+
</iframe>
65+
</div>
66+
</div>
67+
</div>
5568
</div>
56-
</div>
57-
<div class="six columns">
58-
<div class="border">
59-
<iframe
60-
frameborder="0"
61-
scrolling="no"
62-
height="462"
63-
src="https://plot.ly/~chris/2252.embed"
64-
width="100%"
65-
>
66-
</iframe>
67-
</div>
68-
</div>
6969
</div>
70-
</div>
71-
</div>
7270

73-
<h2>Documentation Examples</h2>
74-
{% assign languagelistimg = site.posts | where:"page_type":"example_index" |
75-
where:"language","matplotlib" | where:"has_thumbnail",true %} {% assign
76-
languagelist = site.posts | where:"page_type":"example_index" |
77-
where:"language","matplotlib" %} {% include documentation_eg.html %}
71+
72+
<h2>Documentation Examples</h2>
73+
{% assign languagelistimg = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" | where:"has_thumbnail",true %}
74+
{% assign languagelist = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" %}
75+
76+
{% include documentation_eg.html %}

0 commit comments

Comments
 (0)