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

Skip to content

Commit cf28315

Browse files
committed
move framework charts to fundamentals section
1 parent 2d0ef0f commit cf28315

File tree

73 files changed

+81
-101
lines changed

Some content is hidden

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

73 files changed

+81
-101
lines changed

_posts/python/style/annotations/2015-06-30-text-and-annotations.html renamed to _posts/python/fundamentals/annotations/2015-06-30-text-and-annotations.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
description: How to add text labels and annotations to plots in python.
44
name: Text and Annotations
55
has_thumbnail: true
6-
thumbnail: thumbnail/annotations.jpg
6+
thumbnail: thumbnail/text-and-annotations.png
77
title: Text and Annotations | plotly
88
language: python
9-
page_type: example_index
10-
has_thumbnail: false
11-
display_as: style_opt
12-
order: 1
9+
display_as: file_settings
10+
order: 30
1311
ipynb: ~notebook_demo/204
1412
layout: user-guide
1513
---
14+
15+
1616
{% raw %}
1717
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
1818
</div>

_posts/python/style/annotations/text-and-annotations.ipynb renamed to _posts/python/fundamentals/annotations/text-and-annotations.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@
892892
" 'text-and-annotations.ipynb', 'python/text-and-annotations/', 'Text and Annotations',\n",
893893
" 'How to add text labels and annotations to plots in python.',\n",
894894
" title = 'Text and Annotations | plotly',\n",
895-
" thumbnail='thumbnail/annotations.jpg', language='python',\n",
896-
" page_type='example_index', has_thumbnail='false', display_as='style_opt', order=1, \n",
895+
" thumbnail='thumbnail/text-and-annotations.jpg', language='python',\n",
896+
" has_thumbnail='true', display_as='file_settings', order=30, \n",
897897
" ipynb='~notebook_demo/204', uses_plotly_offline=False)"
898898
]
899899
}

_posts/python/layout/axes/2015-06-30-axes.html renamed to _posts/python/fundamentals/axes/2015-06-30-axes.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
description: How to adjust axes properties in python. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines.
44
name: Axes | plotly
55
has_thumbnail: true
6-
thumbnail: thumbnail/your-tutorial-chart.jpg
6+
thumbnail: thumbnail/axes.png
77
title: Axes | plotly
88
name: Axes
9-
has_thumbnail: true
109
language: python
11-
page_type: example_index
12-
display_as: layout_opt
13-
order: 3
10+
display_as: file_settings
11+
order: 12
1412
ipynb: ~notebook_demo/95
1513
layout: user-guide
1614
---

_posts/python/layout/axes/axes.ipynb renamed to _posts/python/fundamentals/axes/axes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,9 +1022,9 @@
10221022
" 'How to adjust axes properties in python. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines.',\n",
10231023
" title = 'Axes | plotly',\n",
10241024
" name = 'Axes',\n",
1025-
" has_thumbnail='true', thumbnail='thumbnail/your-tutorial-chart.jpg', \n",
1026-
" language='python', page_type='example_index',\n",
1027-
" display_as='layout_opt', order=3,\n",
1025+
" has_thumbnail='true', thumbnail='thumbnail/axes.png', \n",
1026+
" language='python',\n",
1027+
" display_as='file_settings', order=12,\n",
10281028
" ipynb= '~notebook_demo/95')"
10291029
]
10301030
}

_posts/python/style/colorscales/2015-06-30-colorscales.html renamed to _posts/python/fundamentals/colorscales/2015-06-30-colorscales.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
permalink: python/colorscales/
33
description: How to set colorscales and heatmap colorscales in Python and Plotly. Divergent, sequential, and qualitative colorscales.
44
name: Colorscales
5-
has_thumbnail: true
65
thumbnail: thumbnail/heatmap_colorscale.jpg
76
title: Colorscales in Python | Plotly
87
has_thumbnail: true
98
language: python
10-
page_type: example_index
11-
display_as: style_opt
12-
order: 11
9+
display_as: file_settings
10+
order: 22
1311
ipynb: ~notebook_demo/187
1412
layout: user-guide
1513
---

_posts/python/style/colorscales/colorscales.ipynb renamed to _posts/python/fundamentals/colorscales/colorscales.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,8 @@
511511
" title = 'Colorscales in Python | Plotly',\n",
512512
" has_thumbnail='true', thumbnail='thumbnail/heatmap_colorscale.jpg', \n",
513513
" language='python', \n",
514-
" page_type='example_index',\n",
515-
" display_as='style_opt', \n",
516-
" order=11,\n",
514+
" display_as='file_settings', \n",
515+
" order=22,\n",
517516
" ipynb= '~notebook_demo/187')"
518517
]
519518
}

_posts/python/style/colorway/2015-06-30-colorway.html renamed to _posts/python/fundamentals/colorway/2015-06-30-colorway.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
layout: user-guide
88
language: python
99
title: Colorway in Python | Plotly
10-
display_as: style_opt
11-
has_thumbnail: true
12-
page_type: example_index
13-
order: 7.9
10+
display_as: file_settings
11+
order: 20
1412
ipynb: ~notebook_demo/256
1513
---
1614
{% raw %}

_posts/python/style/colorway/colorway.ipynb renamed to _posts/python/fundamentals/colorway/colorway.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,8 @@
163163
" title = 'Colorway in Python | Plotly',\n",
164164
" has_thumbnail='true', thumbnail='thumbnail/colorway.jpg', \n",
165165
" language='python', \n",
166-
" page_type='example_index',\n",
167-
" display_as='style_opt', \n",
168-
" order=7.9,\n",
166+
" display_as='file_settings', \n",
167+
" order=20,\n",
169168
" ipynb= '~notebook_demo/256')"
170169
]
171170
},

_posts/python/style/font/2015-04-09-font_python_index.html renamed to _posts/python/fundamentals/font/2015-04-09-font_python_index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
permalink: python/font/
55
description: How to edit and style the font of graphs in python.
66
layout: base
7-
thumbnail: thumbnail/font.jpg
7+
thumbnail: thumbnail/font.png
88
language: python
9-
page_type: example_index
10-
has_thumbnail: false
11-
display_as: style_opt
12-
order: 2
9+
has_thumbnail: true
10+
display_as: file_settings
11+
order: 5
1312
---
1413
{% assign examples = site.posts | where:"language","python" | where:"suite","font" | sort: "order" %}
1514
{% include auto_examples.html examples=examples %}

_posts/python/layout/hover-text/2015-06-30-hover-text-and-formatting.html renamed to _posts/python/fundamentals/hover-text/2015-06-30-hover-text-and-formatting.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
description: How to use hover text and formatting in Python with Plotly.
44
name: Hover Text and Formatting
55
has_thumbnail: true
6-
thumbnail: thumbnail/hover-text.jpg
6+
thumbnail: thumbnail/hover-text.png
77
title: Hover Text and Formatting | Plotly
8-
has_thumbnail: false
98
language: python
10-
page_type: example_index
11-
display_as: layout_opt
12-
order: 20
9+
display_as: file_settings
10+
order: 30.5
1311
ipynb: ~notebook_demo/198
1412
layout: user-guide
1513
---

_posts/python/layout/hover-text/hover-text-and-formatting.ipynb renamed to _posts/python/fundamentals/hover-text/hover-text-and-formatting.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,9 @@
291291
" 'hover-text-and-formatting.ipynb', 'python/hover-text-and-formatting/', 'Hover Text and Formatting',\n",
292292
" 'How to use hover text and formatting in Python with Plotly.',\n",
293293
" title = 'Hover Text and Formatting | Plotly',\n",
294-
" has_thumbnail='false', thumbnail='thumbnail/hover-text.jpg', \n",
294+
" has_thumbnail='true', thumbnail='thumbnail/hover-text.png', \n",
295295
" language='python', \n",
296-
" page_type='example_index',\n",
297-
" display_as='layout_opt', order=20, ipynb='~notebook_demo/198',\n",
296+
" display_as='file_settings', order=20, ipynb='~notebook_demo/198',\n",
298297
" uses_plotly_offline=False)"
299298
]
300299
}

_posts/python/style/images/2015-06-30-images.html renamed to _posts/python/fundamentals/images/2015-06-30-images.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
description: How to add images to charts as background images or logos.
44
name: Layout with images
55
has_thumbnail: true
6-
thumbnail: thumbnail/your-tutorial-chart.jpg
6+
thumbnail: thumbnail/images.png
77
layout: user-guide
88
name: Images
99
language: python
1010
title: Layout with images | plotly
11-
display_as: style_opt
11+
display_as: file_settings
1212
has_thumbnail: true
13-
page_type: example_index
14-
order: 4
13+
order: 31
1514
ipynb: ~notebook_demo/216
1615
---
1716
{% raw %}

_posts/python/style/images/images.ipynb renamed to _posts/python/fundamentals/images/images.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,9 @@
534534
" 'How to add images to charts as background images or logos.',\n",
535535
" title = 'Layout with images | plotly',\n",
536536
" name = 'Images',\n",
537-
" has_thumbnail='true', thumbnail='thumbnail/your-tutorial-chart.jpg', \n",
538-
" language='python', page_type='example_index',\n",
539-
" display_as='style_opt', order=4,\n",
537+
" has_thumbnail='true', thumbnail='thumbnail/images.png', \n",
538+
" language='python',\n",
539+
" display_as='file_settings', order=31,\n",
540540
" ipynb= '~notebook_demo/216') "
541541
]
542542
},

_posts/python/fundamentals/ipython-vs-python/2015-06-30-ipython-vs-python.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
title: IPython vs Python | plotly
1111
display_as: file_settings
1212
has_thumbnail: true
13-
order: 12
13+
order: 41
1414
ipynb: ~notebook_demo/17
1515
---
1616
{% raw %}

_posts/python/fundamentals/ipython-vs-python/ipython-vs-python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
" title = 'IPython vs Python | plotly',\n",
131131
" name = 'IPython vs Python',\n",
132132
" thumbnail='thumbnail/venn.jpg', language='python',\n",
133-
" has_thumbnail='true', display_as='file_settings', order=12,\n",
133+
" has_thumbnail='true', display_as='chart_studio', order=12,\n",
134134
" ipynb='~notebook_demo/17') "
135135
]
136136
},

_posts/python/layout/labels/2015-06-30-labels.html renamed to _posts/python/fundamentals/labels/2015-06-30-labels.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
permalink: python/figure-labels/
33
description: How to set the title, legend-entries, and axis-titles in python.
44
name: Setting the Title, Legend Entries, and Axis Titles in Python | Examples | Plotly
5-
has_thumbnail: true
6-
thumbnail: thumbnail/labels.jpg
75
title: Setting the Title, Legend Entries, and Axis Titles in Python | Examples | Plotly
86
name: Setting the Title, Legend Entries, and Axis Titles
97
language: python
10-
page_type: example_index
11-
has_thumbnail: false
12-
display_as: layout_opt
13-
order: 0.5
8+
has_thumbnail: true
9+
thumbnail: thumbnail/figure-labels.png
10+
display_as: file_settings
11+
order: 11
1412
ipynb: ~notebook_demo/271
1513
layout: user-guide
1614
---

_posts/python/layout/labels/labels.ipynb renamed to _posts/python/fundamentals/labels/labels.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@
252252
" 'How to set the title, legend-entries, and axis-titles in python.',\n",
253253
" title = 'Setting the Title, Legend Entries, and Axis Titles in Python | Examples | Plotly',\n",
254254
" name = 'Setting the Title, Legend Entries, and Axis Titles',\n",
255-
" thumbnail='thumbnail/labels.jpg', language='python',\n",
256-
" page_type='example_index', has_thumbnail='false', display_as='layout_opt', order=0.5, \n",
255+
" thumbnail='thumbnail/figure-labels.png', language='python',\n",
256+
" has_thumbnail='true', display_as='file_settings', order=11, \n",
257257
" ipynb='~notebook_demo/271')"
258258
]
259259
}

_posts/python/layout/legends/2015-06-30-legend.html renamed to _posts/python/fundamentals/legends/2015-06-30-legend.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
description: How to configure and style the legend in Plotly with Python.
44
name: Legends | plotly
55
has_thumbnail: true
6-
thumbnail: thumbnail/legend.jpg
6+
thumbnail: thumbnail/legends.gif
77
title: Legends | plotly
88
name: Legends
99
language: python
10-
page_type: example_index
11-
has_thumbnail: false
12-
display_as: layout_opt
13-
order: 14
10+
display_as: file_settings
11+
order: 13
1412
ipynb: ~notebook_demo/14
1513
layout: user-guide
1614
---

_posts/python/layout/legends/legend.ipynb renamed to _posts/python/fundamentals/legends/legend.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@
739739
" 'How to configure and style the legend in Plotly with Python.',\n",
740740
" title = 'Legends | plotly',\n",
741741
" name = 'Legends',\n",
742-
" thumbnail='thumbnail/legend.jpg', language='python',\n",
743-
" page_type='example_index', has_thumbnail='false', display_as='layout_opt', order=14, \n",
742+
" thumbnail='thumbnail/legends.gif', language='python',\n",
743+
" has_thumbnail='true', display_as='file_settings', order=13, \n",
744744
" ipynb='~notebook_demo/14')"
745745
]
746746
}

_posts/python/basic/mixed/2015-06-30-mixed.html renamed to _posts/python/fundamentals/mixed/2015-06-30-mixed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
name: Multiple Chart Types
99
language: python
1010
title: Python Mulitple Chart Types | plotly
11-
display_as: basic
11+
display_as: file_settings
1212
has_thumbnail: true
1313
page_type: u-guide
14-
order: 13
14+
order: 16
1515
---
1616
{% raw %}
1717
<div class="cell border-box-sizing text_cell rendered">

_posts/python/basic/mixed/mixed.ipynb renamed to _posts/python/fundamentals/mixed/mixed.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@
199199
" 'How to design figures with multiple chart types in python.',\n",
200200
" title = 'Python Mulitple Chart Types | plotly',\n",
201201
" name = 'Multiple Chart Types',\n",
202-
" thumbnail='thumbnail/mixed.jpg', language='python',\n",
203-
" has_thumbnail='true', display_as='basic', order=13)"
202+
" thumbnail='thumbnail/multiple-chart-type.jpg', language='python',\n",
203+
" has_thumbnail='true', display_as='file_settings', order=16)"
204204
]
205205
},
206206
{

_posts/python/subplots/multiple-axes/2015-06-30-multiple-axes.html renamed to _posts/python/fundamentals/multiple-axes/2015-06-30-multiple-axes.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
name: Multiple Axes
99
has_thumbnail: true
1010
language: python
11-
page_type: example_index
12-
display_as: multiple_axes
13-
order: 1
11+
display_as: file_settings
12+
order: 14
1413
ipynb: ~notebook_demo/270
1514
layout: user-guide
1615
---

_posts/python/subplots/multiple-axes/multiple-axes.ipynb renamed to _posts/python/fundamentals/multiple-axes/multiple-axes.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@
512512
" 'How to make a graph with multiple axes in python.',\n",
513513
" title = 'Python Mulitple Axes | Examples | Plotly',\n",
514514
" name = 'Multiple Axes', has_thumbnail='true', thumbnail='thumbnail/multiple-axes.jpg', \n",
515-
" language='python', page_type='example_index',\n",
516-
" display_as='multiple_axes', order=1,\n",
515+
" language='python',\n",
516+
" display_as='file_settings', order=14,\n",
517517
" ipynb='~notebook_demo/270')\n"
518518
]
519519
}

_posts/python/style/shapes/2015-06-30-shapes.html renamed to _posts/python/fundamentals/shapes/2015-06-30-shapes.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
title: Shapes | plotly
88
name: Shapes
99
language: python
10-
page_type: example_index
1110
has_thumbnail: true
12-
display_as: style_opt
13-
order: 5
11+
display_as: file_settings
12+
order: 32
1413
ipynb: ~notebook_demo/14
1514
layout: user-guide
1615
---

_posts/python/style/shapes/shapes.ipynb renamed to _posts/python/fundamentals/shapes/shapes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
" title = 'Shapes | plotly',\n",
10841084
" name = 'Shapes',\n",
10851085
" thumbnail='thumbnail/shape.jpg', language='python',\n",
1086-
" page_type='example_index', has_thumbnail='true', display_as='style_opt', order=5, \n",
1086+
" has_thumbnail='true', display_as='file_settings', order=32, \n",
10871087
" ipynb='~notebook_demo/14')"
10881088
]
10891089
}

_posts/python/layout/sizing/2015-06-30-sizing.html renamed to _posts/python/fundamentals/sizing/2015-06-30-sizing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
description: How to manipulate the graph size in Python with Plotly.
44
name: Setting Graph Size
55
has_thumbnail: true
6-
thumbnail: thumbnail/sizing.jpg
6+
thumbnail: thumbnail/sizing.png
77
title: Setting Graph Size
88
name: Setting Graph Size
99
has_thumbnail: true
1010
language: python
11-
page_type: example_index
12-
display_as: layout_opt
11+
order: 2
12+
display_as: file_settings
1313
ipynb: ~notebook_demo/133
1414
layout: user-guide
1515
---

_posts/python/layout/sizing/sizing.ipynb renamed to _posts/python/fundamentals/sizing/sizing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@
306306
" 'How to manipulate the graph size in Python with Plotly.',\n",
307307
" title = 'Setting Graph Size',\n",
308308
" name = 'Setting Graph Size',\n",
309-
" has_thumbnail='true', thumbnail='thumbnail/sizing.jpg', \n",
310-
" language='python', page_type='example_index',\n",
311-
" display_as='layout_opt',\n",
309+
" has_thumbnail='true', thumbnail='thumbnail/sizing.png', \n",
310+
" language='python', order=2,\n",
311+
" display_as='file_settings',\n",
312312
" ipynb= '~notebook_demo/133')"
313313
]
314314
}

_posts/python/subplots/subplots/2015-06-30-subplots.html renamed to _posts/python/fundamentals/subplots/2015-06-30-subplots.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
language: python
1111
page_type: example_index
1212
redirect_from: ipython-notebooks/subplots/
13-
display_as: multiple_axes
14-
order: 2
13+
display_as: file_settings
14+
order: 15
1515
ipynb: ~notebook_demo/269
1616
layout: user-guide
1717
---

_posts/python/subplots/subplots/subplots.ipynb renamed to _posts/python/fundamentals/subplots/subplots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@
10361036
" title = 'Python Subplots | Examples | Plotly',\n",
10371037
" name = 'Subplots', has_thumbnail='true', thumbnail='thumbnail/subplots.jpg', \n",
10381038
" language='python', page_type='example_index', redirect_from='ipython-notebooks/subplots/', \n",
1039-
" display_as='multiple_axes', order=2,\n",
1039+
" display_as='file_settings', order=15,\n",
10401040
" ipynb='~notebook_demo/269')"
10411041
]
10421042
}

0 commit comments

Comments
 (0)