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

Skip to content

Commit 2f5658f

Browse files
author
Joseph Damiba
committed
fixing hyperlink issue
1 parent fcc6cac commit 2f5658f

File tree

1 file changed

+42
-35
lines changed

1 file changed

+42
-35
lines changed
Lines changed: 42 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
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
---
88

99
<header class="--welcome">
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-
</div>
20-
</div>
21-
</div>
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>
2225
</header>
2326

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 >
27+
<div class="section">
28+
<div class="row auto-eg-padding">
29+
<div class="row">
30+
<div class="six columns">
31+
<div class="z-depth-1">
32+
<pre><code >
3133
import matplotlib.pyplot as plt
3234
import matplotlib.mlab as mlab
3335
import numpy as np
@@ -50,21 +52,26 @@ <h1>Plotly Matplotlib Library</h1>
5052
plot_url = py.plot_mpl(fig)
5153

5254
</code></pre>
53-
</div>
54-
</div>
55-
<div class="six columns">
56-
<div class="border">
57-
<iframe frameborder="0" scrolling="no" height="462" src="https://plot.ly/~chris/2252.embed" width="100%">
58-
</iframe>
59-
</div>
60-
</div>
61-
</div>
6255
</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>
6369
</div>
70+
</div>
71+
</div>
6472

65-
66-
<h2>Documentation Examples</h2>
67-
{% assign languagelistimg = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" | where:"has_thumbnail",true %}
68-
{% assign languagelist = site.posts | where:"page_type":"example_index" | where:"language","matplotlib" %}
69-
70-
{% include documentation_eg.html %}
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 %}

0 commit comments

Comments
 (0)