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

Skip to content

Commit ae46f59

Browse files
committed
Merge branch 'source' of https://github.com/plotly/documentation into source
2 parents 6440f9a + a1f26e2 commit ae46f59

File tree

9 files changed

+40
-24
lines changed

9 files changed

+40
-24
lines changed

_includes/documentation_eg.html

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -378,29 +378,45 @@ <h4 class="example-section-title" id="static-image-export">
378378
{% else %}
379379

380380
{% if layout_options_ggplot %}
381-
<hr class="example-section-break">
381+
<hr>
382382
<h4 class="example-section-title" id="layout-options">
383-
<a class="no_underline plot-blue" href="#layout-options">Layout Options</a>
384-
</h4>
383+
<a class="no_underline plot-blue" href="#layout-options">Layout Options</a></h4>
385384
<div class="row">
386-
{% for page in languagelistimg %}
385+
<div class="six columns">
386+
<ul >
387+
{% assign counter=0 %}
388+
{% for page in languagelist %}
387389
{% if page.display_as == "layout_opt" %}
388-
<a href="{% if page.permalink contains 'http' %}{{page.permalink}}{% else %}/{{page.permalink}}{% endif %}">
389-
<div class="alltutcol">
390-
<img class="thumbnail" alt="{{page.name}}" src="{{site.imgurl}}{{page.thumbnail}}">
391-
<div class="titlecenter">
392-
<h5 class="centered"> {{page.name}} </h5>
393-
</div>
394-
</div>
395-
</a>
396-
<div class="{% cycle 'layout-ggplot-three-clear': '', '', 'three-column-clear' %}"></div>
397-
<div class="{% cycle 'layout-ggplot-clear': '', '', '', '', 'five-column-clear' %}"></div>
390+
{% if counter == 6 %}</ul></div><div class="six columns"><ul>{% endif %}
391+
<li><a class="no-list-style" href="/{{page.permalink}}">{{page.name}}</a></li>
392+
{% assign counter=counter | plus:1 %}
393+
{% endif %}
394+
{% endfor %}
395+
</ul>
396+
</div>
397+
</div>
398+
399+
<h4 class="example-section-title" id="static-image-export">
400+
<a class="no_underline plot-blue" href="#static-image-export">Image Export & Retrieving Plots</a></h4>
401+
<div class="row">
402+
<div class="six columns">
403+
<ul>
404+
{% assign counter=0 %}
405+
{% for page in languagelist %}
406+
{% if page.display_as == "get_request" %}
407+
{% if counter == 4 %}</ul></div><div class="six columns"><ul>{% endif %}
408+
<li><a class="no-list-style" href="/{{page.permalink}}">{{page.name}}</a></li>
409+
{% assign counter=counter | plus:1 %}
398410
{% endif %}
399411
{% endfor %}
412+
</ul>
413+
</div>
400414
</div>
401415
{% endif %}
402416

403-
{% if layout_options and page.language != "ggplot2" %}
417+
{% else %}
418+
419+
{% if layout_options %}
404420
<hr>
405421
<h4 class="example-section-title" id="layout-options"><a class="no_underline plot-blue" href="#layout-options">Layout Options</a></h4>
406422
<div class="row">

_posts/ggplot2/Aesthetics/2016-01-27-aes_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: ggplot2 aes | Examples | Plotly
33
name: aes
44
permalink: ggplot2/aes/
5-
description: How assign aesthetics in ggplot2 and R
5+
description: How to assign aesthetics in ggplot2 and R
66
layout: base
77
thumbnail: thumbnail/aesthetics_image.png
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where:"suite","aes" | sort: "order" %}

_posts/ggplot2/Faceting/facet_grid/2015-04-09-facets_ggplot2_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
thumbnail: thumbnail/facet_grid.jpg
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where:"suite","grid" | sort: "order" %}

_posts/ggplot2/Faceting/facet_wrap/2015-07-14-facet_wrap_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
thumbnail: thumbnail/facet_wrap.jpg
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where:"suite","wrap" | sort: "order" %}

_posts/ggplot2/Theme/axis.text/2016-01-27-Themes_axistext_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
thumbnail: thumbnail/theme_image2.png
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where: "suite","axis.text" | sort: "order" %}

_posts/ggplot2/Theme/axis.ticks/2016-01-27-Themes_axisticks_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
thumbnail: thumbnail/theme_image3.png
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where:"suite","axis.ticks" | sort: "order" %}

_posts/ggplot2/Theme/axis.title/2016-01-27-Themes_axistitles_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
thumbnail: thumbnail/theme_image.png
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where:"suite","axis.title" | sort: "order" %}

_posts/ggplot2/time-series/2015-07-14-time-series_ggplot2_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
thumbnail: thumbnail/time-series.jpg
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where:"suite","scale_x_date" | sort: "order" %}

_posts/ggplot2/yscale/2015-07-20-log_scale_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
thumbnail: thumbnail/log.jpg
88
language: ggplot2
99
page_type: example_index
10-
has_thumbnail: true
10+
has_thumbnail: false
1111
display_as: layout_opt
1212
---
1313
{% assign examples = site.posts | where:"language","ggplot2" | where:"suite","yscale" | sort: "order" %}

0 commit comments

Comments
 (0)