Skip to content

Commit 77a6eb8

Browse files
Merge pull request plotly#1387 from plotly/python-next
roughing in python-next
2 parents fc45247 + d76cc0d commit 77a6eb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+12122
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ vendor/bundle
2121
.bundle
2222
_posts/python/fundamentals/static-image/images
2323
_config_personal.yml
24+
_posts/python-next/html

_layouts/user-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
{% if page.language == "excel" %}
6363
<img src="http://plot.ineffable.co/images/excel-logo.png" alt="">
6464
{% endif %}
65-
{% if page.language == "python" %}
65+
{% if page.language == "python" or page.language == "python/next" %}
6666
<img src="https://images.plot.ly/language-icons/api-home/python-logo.png" alt="">
6767
{% endif %}
6868
{% if page.language == "pandas" %}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: python/next/3d-charts/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make 3D charts.
5+
name: More 3D Charts
6+
layout: langindex
7+
language: python/next
8+
display_as: 3d_charts
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
simple_dash_appname: dash-3dplot
13+
order: 20
14+
---
15+
16+
17+
<header class="--welcome">
18+
<div class="--welcome-body">
19+
<!--div.--wrap-inner-->
20+
<div class="--title">
21+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
22+
<div class="--body">
23+
<h1>Plotly Python Open Source Graphing Library 3D Charts</h1>
24+
<p>{{page.description}}</p>
25+
</div>
26+
</div>
27+
</div>
28+
</header>
29+
30+
{% assign languagelistimg = site.posts | where:"language","python/next" | where:"display_as","3d_charts" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31+
{% include documentation_eg.html %}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: python/next/basic-charts/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make basic charts.
5+
name: More Basic Charts
6+
layout: langindex
7+
language: python/next
8+
display_as: basic
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
simple_dash_appname: dash-basicplot
13+
order: 8
14+
---
15+
16+
17+
<header class="--welcome">
18+
<div class="--welcome-body">
19+
<!--div.--wrap-inner-->
20+
<div class="--title">
21+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
22+
<div class="--body">
23+
<h1>Plotly Python Open Source Graphing Library Basic Charts</h1>
24+
<p>{{page.description}}</p>
25+
</div>
26+
</div>
27+
</div>
28+
</header>
29+
30+
{% assign languagelistimg = site.posts | where: "language","python/next" | where: "display_as","basic" | where: "has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python/next/chart-events/
3+
title: Add Custom Interactivity with Jupyter Widgets
4+
description: All Plotly charts have click, hover and zoom events which can be accessed by go.FigureWidget using Jupyter Widgets.
5+
name: More FigureWidget Docs
6+
layout: langindex
7+
language: python/next
8+
display_as: chart_events
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 109
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Add Custom Interactivity with Jupyter Widgets</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python/next" |where:"display_as","chart_events" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python/next/chart-studio/
3+
title: Python Graphing Library with Chart Studio
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Tutorials and tips about fundamental features of Plotly's python API.
5+
name: More Chart Studio Docs
6+
layout: langindex
7+
language: python/next
8+
display_as: chart_studio
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 20
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly Python Open Source Graphing Library Fundamentals</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python/next" |where:"display_as","chart_studio" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python/next/plotly-fundamentals/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Tutorials and tips about fundamental features of Plotly's python API.
5+
name: More Plotly Fundamentals
6+
layout: langindex
7+
language: python/next
8+
display_as: file_settings
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 20
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly Python Open Source Graphing Library Fundamentals</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python/next" |where:"display_as","file_settings" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Python Graphing Library, Plotly
3+
permalink: /python/next/
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. 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.
5+
layout: langindex
6+
language: python/next
7+
---
8+
9+
10+
<header class="--welcome">
11+
<div class="--welcome-body">
12+
<!--div.--wrap-inner-->
13+
<div class="--title">
14+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
15+
<div class="--body">
16+
<h1>Plotly Python Open Source Graphing Library</h1>
17+
<p>{{page.description}}</p>
18+
</p>
19+
</div>
20+
</div>
21+
</div>
22+
</header>
23+
24+
25+
{% assign languagelistimg = site.posts | where:"page_type","example_index" | where:"language","python/next" | where:"has_thumbnail",true | sort: "order" %}
26+
{% assign languagelist = site.posts | where:"page_type","example_index" | where:"language","python/next" | sort: "order" %}
27+
{% include documentation_eg.html %}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: python/next/maps/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality maps online. Examples of how to make maps with Plotly and Mapbox.
5+
name: More Maps
6+
layout: langindex
7+
language: python/next
8+
display_as: maps
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
simple_dash_appname: dash-mapplot
13+
order: 20
14+
---
15+
16+
17+
<header class="--welcome">
18+
<div class="--welcome-body">
19+
<!--div.--wrap-inner-->
20+
<div class="--title">
21+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
22+
<div class="--body">
23+
<h1>Plotly Python Open Source Graphing Library Maps</h1>
24+
<p>{{page.description}}</p>
25+
</div>
26+
</div>
27+
</div>
28+
</header>
29+
30+
{% assign languagelistimg = site.posts | where:"language","python/next" | where:"display_as","maps" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python/next/scientific-charts/
3+
title: Python Graphing Library Scientific Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make scientific charts such as contour plots, heatmaps, dendrograms, polar charts, and ternary plots.
5+
name: More Scientific Charts
6+
layout: langindex
7+
language: python/next
8+
display_as: scientific
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 20
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly Python Open Source Graphing Library Scientific Charts</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python/next" |where:"display_as","scientific" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
permalink: python/next/statistical-charts/
3+
title: Python Graphing Library Statistical Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make statistical charts such as box plots, histograms, and distrubution plots.
5+
name: More Statistical Charts
6+
layout: langindex
7+
language: python/next
8+
display_as: statistical
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
simple_dash_appname: dash-statisticalplot
13+
order: 20
14+
---
15+
16+
17+
<header class="--welcome">
18+
<div class="--welcome-body">
19+
<!--div.--wrap-inner-->
20+
<div class="--title">
21+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
22+
<div class="--body">
23+
<h1> Plotly Python Open Source Graphing Library Statistical Charts</h1>
24+
<p>{{page.description}}</p>
25+
</div>
26+
</div>
27+
</div>
28+
</header>
29+
30+
{% assign languagelistimg = site.posts | where:"language","python/next" | where:"display_as","statistical" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31+
{% include documentation_eg.html %}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
permalink: python/next/subplot-charts/
3+
title: Python Graphing Library Basic Charts
4+
description: Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make subplots, insets, and multiple axes charts.
5+
name: More Subplots
6+
layout: langindex
7+
language: python/next
8+
display_as: multiple_axes
9+
has_thumbnail: true
10+
thumbnail: thumbnail/mixed.jpg
11+
page_type: example_index
12+
order: 20
13+
---
14+
15+
16+
<header class="--welcome">
17+
<div class="--welcome-body">
18+
<!--div.--wrap-inner-->
19+
<div class="--title">
20+
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
21+
<div class="--body">
22+
<h1>Plotly Python Open Source Graphing Library Subplots and Multiple Axes</h1>
23+
<p>{{page.description}}</p>
24+
</div>
25+
</div>
26+
</div>
27+
</header>
28+
29+
{% assign languagelistimg = site.posts | where:"language","python/next" | where:"display_as","multiple_axes" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
30+
{% include documentation_eg.html %}

0 commit comments

Comments
 (0)