|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | <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> |
25 | 29 | </header>
|
26 | 30 |
|
27 | 31 | <div class="section">
|
@@ -52,26 +56,21 @@ <h1>Plotly Matplotlib Library</h1>
|
52 | 56 | plot_url = py.plot_mpl(fig)
|
53 | 57 |
|
54 | 58 | </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> |
55 | 68 | </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> |
69 | 69 | </div>
|
70 |
| - </div> |
71 |
| -</div> |
72 | 70 |
|
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