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

Skip to content

Commit 525b42f

Browse files
committed
Updated order for all subsequent to ternary-scatter-contour
1 parent a0a114d commit 525b42f

10 files changed

+15
-15
lines changed

_posts/python/alpha-shapes/2016-01-15-alpha_shapes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display_as: scientific
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 16
13+
order: 17
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">

_posts/python/chord/2015-06-30-chord.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display_as: scientific
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 14
13+
order: 15
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">
@@ -15991,4 +15991,4 @@ <h3 id="Eurovision-Song-Contest-Example">Eurovision Song Contest Example<a class
1599115991
</div>
1599215992
</div>
1599315993

15994-
</div>{% endraw %}
15994+
</div>{% endraw %}

_posts/python/colorscales/2015-04-09-colorscales_python_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: scientific
12-
order: 17
12+
order: 18
1313
---
1414
{% assign examples = site.posts | where:"language","python" | where:"suite","colorscales" | sort: "order" %}
1515
{% include auto_examples.html examples=examples %}

_posts/python/colorscales/2015-06-30-log-colorscale.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display_as: scientific
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 18
13+
order: 19
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">
@@ -100,4 +100,4 @@ <h1 id="Logarithmic-Colorscale">Logarithmic Colorscale<a class="anchor-link" hre
100100
<h5 id="For-more-information,-check-out-our-python-figure-reference-page!">For more information, check out our <a href="https://plot.ly/python/reference/#heatmap-colorscale">python figure reference page!</a><a class="anchor-link" href="#For-more-information,-check-out-our-python-figure-reference-page!">&#182;</a></h5>
101101
</div>
102102
</div>
103-
</div>{% endraw %}
103+
</div>{% endraw %}

_posts/python/filled-chord/2015-06-30-filled-chord.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display_as: scientific
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 15
13+
order: 16
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">
@@ -1283,4 +1283,4 @@ <h3 id="Ribbons-in-a-chord-diagram">Ribbons in a chord diagram<a class="anchor-l
12831283
</div>
12841284
</div>
12851285
</div>
1286-
</div>{% endraw %}
1286+
</div>{% endraw %}

_posts/python/network/2015-06-30-igraph_vs_networkx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display_as: scientific
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 13
13+
order: 14
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">

_posts/python/network/2015-06-30-networkx.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display_as: scientific
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 12
13+
order: 13
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">
@@ -217,4 +217,4 @@ <h1 id="Network-Graphs-with-Plotly">Network Graphs with Plotly<a class="anchor-l
217217
</div>
218218
</div>
219219

220-
</div>{% endraw %}
220+
</div>{% endraw %}

_posts/python/quiver/2015-07-10-quiver_python_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: scientific
12-
order: 10
12+
order: 11
1313
---
1414
{% assign examples = site.posts | where:"language","python" | where:"suite","quiver-plots" | sort: "order" %}
15-
{% include auto_examples.html examples=examples %}
15+
{% include auto_examples.html examples=examples %}

_posts/python/streamline/2015-07-13-streamline_python_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
page_type: example_index
1010
has_thumbnail: true
1111
display_as: scientific
12-
order: 11
12+
order: 12
1313
---
1414
{% assign examples = site.posts | where:"language","python" | where:"suite","streamline-plots" | sort: "order" %}
1515
{% include auto_examples.html examples=examples %}

_posts/python/ternary-scatter-contour/2015-06-30-ternary-scatter-contour.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
display_as: chart_type
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 1
13+
order: 11
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">

0 commit comments

Comments
 (0)