Skip to content

Commit

Permalink
Added images for R examples, fixed some python examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarzzz committed Nov 20, 2015
1 parent 75076fc commit ac0d3da
Show file tree
Hide file tree
Showing 86 changed files with 92 additions and 92 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ url: https://plot.ly
BASE_URL: https://plot.ly
staticurl: https://plot.ly/gh-pages/documentation/static/
exclude: [_posts/temp, '*.Rmd',]
imgurl: http://images.plot.ly/plotly-documentation/
imgurl: https://images.plot.ly/plotly-documentation/

plotlyjs_download_url: http://cdn.plot.ly/plotly-latest.min.js
plotlyjs_download_url: https://cdn.plot.ly/plotly-latest.min.js

kramdown:
input: GFM
Expand Down
6 changes: 3 additions & 3 deletions _config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ staticurl: http://localhost:4000/all_static
# all of the posts: ['*.Rmd','_posts/2015-09-09-matlab-reference.html','_posts/2015-09-06-r-reference.html','_posts/2015-09-06-python-reference.html','_posts/2015-08-19-plotly_js-reference.html','_posts/2015-04-05-ggplot2-index.html','_posts/2015-04-05-julia-index.html','_posts/2015-04-05-matlab-index.html','_posts/2015-04-05-matplotlib-index.html','_posts/2015-04-05-node_js-index.html','_posts/2015-04-05-plotly_js-index.html','_posts/2015-04-05-plotlyjs-function-reference.md','_posts/2015-04-05-python-index.html','_posts/2015-05-25-ipython-notebooks_gallery.html','_posts/2015-05-25-ipython-notebooks_index.html','_posts/2015-07-13-eula_index.html','_posts/2015-07-19-pandas.html','_posts/2015-07-26-index.html','_posts/2015-07-30-r-index.Rmd','_posts/2015-07-30-r-index.md','_posts/2015-08-20-research-box-index.html','_posts/ggplot2','_posts/julia','_posts/matlab','_posts/matplotlib','_posts/nodejs','_posts/pandas','_posts/plotly_js','_posts/python','_posts/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
exclude: ['*.Rmd','_posts/2015-09-09-matlab-reference.html','_posts/2015-08-19-plotly_js-reference.html','_posts/2015-04-05-ggplot2-index.html','_posts/2015-04-05-julia-index.html','_posts/2015-04-05-matlab-index.html','_posts/2015-04-05-matplotlib-index.html','_posts/2015-04-05-node_js-index.html','_posts/2015-04-05-plotly_js-index.html','_posts/2015-04-05-plotlyjs-function-reference.md','_posts/2015-04-05-python-index.html','_posts/2015-05-25-ipython-notebooks_gallery.html','_posts/2015-05-25-ipython-notebooks_index.html','_posts/2015-07-13-eula_index.html','_posts/2015-07-19-pandas.html','_posts/2015-07-26-index.html','_posts/2015-07-30-r-index.Rmd','_posts/2015-07-30-r-index.md','_posts/2015-08-20-research-box-index.html','_posts/ggplot2','_posts/julia','_posts/matlab','_posts/matplotlib','_posts/nodejs','_posts/pandas','_posts/plotly_js','_posts/python','_posts/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']

plotlyjs_download_url: http://cdn.plot.ly/plotly-latest.min.js
imgurl: http://images.plot.ly/plotly-documentation/
plotlyjs_download_url: https://cdn.plot.ly/plotly-latest.min.js
imgurl: https://images.plot.ly/plotly-documentation/

kramdown:
input: GFM

markdown: redcarpet
redcarpet:
extensions: ["tables", "fenced_code_blocks"]
extensions: ["tables", "fenced_code_blocks"]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: How to make 3D Network Graphs in Python.
title: Python 3D Network Graphs | plotly
has_thumbnail: true
thumbnail: /images/3dnetwork.png
thumbnail: thumbnail/3dnetwork.jpg
layout: user-guide
name: 3D Network Graphs
language: python
Expand Down Expand Up @@ -455,4 +455,4 @@ <h5 id="victor-hugo-s-novel-les-miserables">Victor Hugo&#39;s novel Les Miserabl
</div>
</div>

</div>{% endraw %}
</div>{% endraw %}
4 changes: 2 additions & 2 deletions _posts/python/3d-wireframe/2015-08-21-wireframe-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
permalink: python/3d-wireframe-plots/
description: How to make wireframe plots in Python.
layout: base
thumbnail: thumbnail/wireframe.jpg
thumbnail: thumbnail/wireframes.jpg
language: python
page_type: example_index
has_thumbnail: true
display_as: 3d_charts
---
{% assign examples = site.posts | where:"language","python" | where:"suite","3d-wireframe" | sort: "order" %}
{% include auto_examples.html examples=examples %}
{% include auto_examples.html examples=examples %}
4 changes: 2 additions & 2 deletions _posts/python/network/2015-06-30-igraph_vs_networkx.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: Comparing a Network Graph created with igraph to one created with networkx in Python with Plotly.
title: Python Network Graphs Comparison | plotly
has_thumbnail: true
thumbnail: /images/networks.png
thumbnail: thumbnail/network.jpg
layout: user-guide
name: Network Graphs Comparison
language: python
Expand Down Expand Up @@ -587,4 +587,4 @@ <h2 id="network-graphs-with-plotly-igraph-vs-networkx">Network Graphs with Plotl
</div>
</div>

</div>{% endraw %}
</div>{% endraw %}
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-2D-Histogram.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 2D Histograms
permalink: r/2D-Histogram/
description: How to make a 2D histogram in R. A 2D histogram is a visualization of a bivariate distribution.
layout: base
thumbnail: /images/histogram2d.png
thumbnail: thumbnail/histogram2d.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-2D-Histogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 2D Histograms
permalink: r/2D-Histogram/
description: How to make a 2D histogram in R. A 2D histogram is a visualization of a bivariate distribution.
layout: base
thumbnail: /images/histogram2d.png
thumbnail: thumbnail/histogram2d.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-3d-line-plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 3D Line Plots
permalink: r/3d-line-plots/
description: How to make interactive 3D line plots in R.
layout: base
thumbnail: /images/3d-line.png
thumbnail: thumbnail/3d-line.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-3d-line-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 3D Line Plots
permalink: r/3d-line-plots/
description: How to make interactive 3D line plots in R.
layout: base
thumbnail: /images/3d-line.png
thumbnail: thumbnail/3d-line.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-3d-scatter-plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 3D Scatter Plots
permalink: r/3d-scatter-plots/
description: How to make interactive 3D scatter plots in R.
layout: base
thumbnail: /images/3d-scatter.png
thumbnail: thumbnail/3d-scatter.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-3d-scatter-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 3D Scatter Plots
permalink: r/3d-scatter-plots/
description: How to make interactive 3D scatter plots in R.
layout: base
thumbnail: /images/3d-scatter.png
thumbnail: thumbnail/3d-scatter.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-3d-surface-plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 3D Surface Plots
permalink: r/3d-surface-plots/
description: How to make interactive 3D surface plots in R.
layout: base
thumbnail: /images/3d-surface.png
thumbnail: thumbnail/3d-surface.jpg
language: r
page_type: example_index
has_thumbnail: TRUE
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-3d-surface-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 3D Surface Plots
permalink: r/3d-surface-plots/
description: How to make interactive 3D surface plots in R.
layout: base
thumbnail: /images/3d-surface.png
thumbnail: thumbnail/3d-surface.jpg
language: r
page_type: example_index
has_thumbnail: TRUE
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-LaTeX.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: LaTeX Typesetting in R Graphs
permalink: r/LaTeX/
description: How to add LaTeX to R graphs.
layout: base
thumbnail: /images/latex.png
thumbnail: thumbnail/latex.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-LaTeX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: LaTeX Typesetting in R Graphs
permalink: r/LaTeX/
description: How to add LaTeX to R graphs.
layout: base
thumbnail: /images/latex.png
thumbnail: thumbnail/latex.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-axes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Axes
permalink: r/axes/
description: How to adjust axes properties in R. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines.
layout: base
thumbnail: /images/axes.png
thumbnail: thumbnail/axes.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Axes
permalink: r/axes/
description: How to adjust axes properties in R. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines.
layout: base
thumbnail: /images/axes.png
thumbnail: thumbnail/axes.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-bar-charts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Bar Charts
permalink: r/bar-charts/
description: How to make a bar chart in R. Seven examples of grouped, stacked, overlaid, and colored bar charts.
layout: base
thumbnail: /images/bar.png
thumbnail: thumbnail/bar.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Bar Charts
permalink: r/bar-charts/
description: How to make a bar chart in R. Seven examples of grouped, stacked, overlaid, and colored bar charts.
layout: base
thumbnail: /images/bar.png
thumbnail: thumbnail/bar.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-box-plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Box Plots
permalink: r/box-plots/
description: How to make an interactive box plot in R. Seven examples of box plots in R that are grouped, colored, and display the underlying data distribution.
layout: base
thumbnail: /images/box.png
thumbnail: thumbnail/box.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-box-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Box Plots
permalink: r/box-plots/
description: How to make an interactive box plot in R. Seven examples of box plots in R that are grouped, colored, and display the underlying data distribution.
layout: base
thumbnail: /images/box.png
thumbnail: thumbnail/box.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-bubble-charts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Bubble Charts
permalink: r/bubble-charts/
description: How to make a bubble chart in R. A bubble chart is a scatter plot whose markers have variable color and size.
layout: base
thumbnail: /images/bubble.png
thumbnail: thumbnail/bubble.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-bubble-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Bubble Charts
permalink: r/bubble-charts/
description: How to make a bubble chart in R. A bubble chart is a scatter plot whose markers have variable color and size.
layout: base
thumbnail: /images/bubble.png
thumbnail: thumbnail/bubble.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-bubble-maps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Bubble Maps
permalink: r/bubble-maps/
description: How to make a bubble chart and map in R.
layout: base
thumbnail: /images/bubble-map.png
thumbnail: thumbnail/bubble-map.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-bubble-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Bubble Maps
permalink: r/bubble-maps/
description: How to make a bubble chart and map in R.
layout: base
thumbnail: /images/bubble-map.png
thumbnail: thumbnail/bubble-map.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-choropleth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Choropleth Maps
permalink: r/choropleth-maps/
description: How to make a choropleth map in R. A choropleth map shades geographic regions by value.
layout: base
thumbnail: /images/choropleth.png
thumbnail: thumbnail/choropleth.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-choropleth.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Choropleth Maps
permalink: r/choropleth-maps/
description: How to make a choropleth map in R. A choropleth map shades geographic regions by value.
layout: base
thumbnail: /images/choropleth.png
thumbnail: thumbnail/choropleth.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-contour-plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Contour Plots
permalink: r/contour-plots/
description: How to make a contour plot in R. Two examples of contour plots of matrices and 2D distributions.
layout: base
thumbnail: /images/contour.png
thumbnail: thumbnail/contour.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-contour-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Contour Plots
permalink: r/contour-plots/
description: How to make a contour plot in R. Two examples of contour plots of matrices and 2D distributions.
layout: base
thumbnail: /images/contour.png
thumbnail: thumbnail/contour.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-dot-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Dot plots
permalink: r/dot-plots/
description: How to make a dot plot in R. Dot plots show changes between two points in time or between two conditions. See dumbbell plots for connecting the two points with a line.
layout: base
thumbnail: /images/dot-plot.jpg
thumbnail: thumbnail/dot-plot.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-dumbbell-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Dumbbell plots
permalink: r/dumbbell-plots/
description: How to make a dumbbell plot in R. Dumbbell plots show changes between two points in time or between two conditions.
layout: base
thumbnail: /images/dumbbell-plot.jpg
thumbnail: thumbnail/dumbbell-plot.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-embedding-in-html.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Embed Graphs in HTML
permalink: r/embedding-plotly-graphs-in-HTML
description: How to embed plotly graphs in HTML pages with plotly for R
layout: base
thumbnail: text-and-annotations.png
thumbnail: text-and-annotations.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-embedding-in-html.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Text and Annotations
permalink: r/embedding-plotly-graphs-in-HTML
description: How to embed Plotly graphs in HTML pages with Plotly's R API
layout: base
thumbnail: text-and-annotations.png
thumbnail: thumbnail/text-and-annotations.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-error-bars.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Error Bars
permalink: r/error-bars/
description: How to add error bars to scatter plots in R.
layout: base
thumbnail: /images/error-bar.png
thumbnail: thumbnail/error-bar.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-error-bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Error Bars
permalink: r/error-bars/
description: How to add error bars to scatter plots in R.
layout: base
thumbnail: /images/error-bar.png
thumbnail: thumbnail/error-bar.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-figure-labels.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Axes Labels
permalink: r/figure-labels
description: How to set the title and axis-titles in python.
layout: base
thumbnail: figure-labels.png
thumbnail: figure-labels.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-figure-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Axes Labels
permalink: r/figure-labels
description: How to set the title and axis-titles in python.
layout: base
thumbnail: figure-labels.png
thumbnail: thumbnail/figure-labels.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-filled-area-plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Filled Area Plots
permalink: r/filled-area-plots/
description: How to make a filled area plot in R. An area chart displays a solid color between the traces of a graph.
layout: base
thumbnail: /images/area.png
thumbnail: thumbnail/area.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-filled-area-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Filled Area Plots
permalink: r/filled-area-plots/
description: How to make a filled area plot in R. An area chart displays a solid color between the traces of a graph.
layout: base
thumbnail: /images/area.png
thumbnail: thumbnail/area.jpg
language: r
page_type: example_index
has_thumbnail: true
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-font.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Font
permalink: r/font/
description: font/ in R.
layout: base
thumbnail: font.png
thumbnail: font.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
2 changes: 1 addition & 1 deletion _posts/r/2015-07-30-font.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Font
permalink: r/font/
description: font/ in R.
layout: base
thumbnail: font.png
thumbnail: thumbnail/font.jpg
language: r
page_type: example_index
has_thumbnail: false
Expand Down
Loading

0 comments on commit ac0d3da

Please sign in to comment.