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

Skip to content

Commit 202a74d

Browse files
committed
Minor update on ternary-scatter-contour-plot
1 parent 9fcb705 commit 202a74d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_posts/python/quiver/2015-07-10-quiver_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","quiver-plots" | sort: "order" %}
1515
{% include auto_examples.html examples=examples %}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
permalink: python/ternary-scatter-contour/
2+
permalink: python/ternary-overlay/
33
description: How to make A scatter plot overlaid on ternary contour in Python with Plotly.
44
title: Python Ternary Scatter Overlaid on Contour | plotly
55
has_thumbnail: true
66
thumbnail: thumbnail/ternary-scatter-contour.jpg
77
layout: user-guide
8-
name: Ternary Scatter Overlaid on Contour
8+
name: Ternary Overlay Plots
99
language: python
1010
display_as: scientific
1111
has_thumbnail: true
1212
page_type: example_index
13-
order: 11
13+
order: 10
1414
---
1515
{% raw %}
1616
<div class="cell border-box-sizing text_cell rendered">

0 commit comments

Comments
 (0)