diff --git a/_posts/plotly_js/annotations/2015-04-09-annotations_plotly_js_index.html b/_posts/plotly_js/annotations/2015-04-09-annotations_plotly_js_index.html index ca422d16cee7..a81d34fdc440 100755 --- a/_posts/plotly_js/annotations/2015-04-09-annotations_plotly_js_index.html +++ b/_posts/plotly_js/annotations/2015-04-09-annotations_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Text and Annotations with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Text and Annotations | Examples | Plotly name: Text and Annotations permalink: javascript/text-and-annotations/ -description: How to add text labels and annotations to plots in javascript with D3.js. +description: How to add text labels and annotations to D3.js-based plots in javascript. layout: base thumbnail: thumbnail/annotations.jpg language: plotly_js diff --git a/_posts/plotly_js/area/2015-04-09-area_plotly_js_index.html b/_posts/plotly_js/area/2015-04-09-area_plotly_js_index.html index d283f327c029..9bee12b69074 100755 --- a/_posts/plotly_js/area/2015-04-09-area_plotly_js_index.html +++ b/_posts/plotly_js/area/2015-04-09-area_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Filled Area Plots with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Filled Area Plots | Examples | Plotly name: Filled Area Plots permalink: javascript/filled-area-plots/ -description: How to make a filled area plot in javascript with D3.js. An area chart displays a solid color between the traces of a graph. +description: How to make a D3.js-based filled area plot in javascript. An area chart displays a solid color between the traces of a graph. layout: base thumbnail: thumbnail/area.jpg language: plotly_js diff --git a/_posts/plotly_js/axes/2015-04-09-axes_plotly_js_index.html b/_posts/plotly_js/axes/2015-04-09-axes_plotly_js_index.html index 551c34978a77..fd6bdc7124b1 100755 --- a/_posts/plotly_js/axes/2015-04-09-axes_plotly_js_index.html +++ b/_posts/plotly_js/axes/2015-04-09-axes_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Axes with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Axes | Examples | Plotly name: Axes permalink: javascript/axes/ -description: How to adjust axes properties in javascript with D3.js. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines. +description: How to adjust axes properties in D3.js-based javascript charts. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines. layout: base thumbnail: thumbnail/axes.jpg language: plotly_js diff --git a/_posts/plotly_js/bar/2015-04-09-bar_plotly_js_index.html b/_posts/plotly_js/bar/2015-04-09-bar_plotly_js_index.html index 4c12e965d4c2..27100f142967 100755 --- a/_posts/plotly_js/bar/2015-04-09-bar_plotly_js_index.html +++ b/_posts/plotly_js/bar/2015-04-09-bar_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Bar Charts with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Bar Charts | Examples | Plotly name: Bar Charts permalink: javascript/bar-charts/ -description: How to make a bar chart in javascript with D3.js. Seven examples of grouped, stacked, overlaid, and colored bar charts. +description: How to make a D3.js-based bar chart in javascript. Seven examples of grouped, stacked, overlaid, and colored bar charts. layout: base thumbnail: thumbnail/bar.jpg language: plotly_js diff --git a/_posts/plotly_js/box/2015-04-09-box_plotly_js_index.html b/_posts/plotly_js/box/2015-04-09-box_plotly_js_index.html index a015717a8e9b..c59d14e474ad 100755 --- a/_posts/plotly_js/box/2015-04-09-box_plotly_js_index.html +++ b/_posts/plotly_js/box/2015-04-09-box_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Box Plots with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Box Plots | Examples | Plotly name: Box Plots permalink: javascript/box-plots/ -description: How to make a box plot in javascript with D3.js. Seven examples of box plots in javascript that are grouped, colored, and display the underlying data distribution. +description: How to make a D3.js-based box plot in javascript. Seven examples of box plots in javascript that are grouped, colored, and display the underlying data distribution. layout: base thumbnail: thumbnail/box.jpg language: plotly_js diff --git a/_posts/plotly_js/bubble-maps/2015-07-11-bubble_maps_plotlyjs_index.html b/_posts/plotly_js/bubble-maps/2015-07-11-bubble_maps_plotlyjs_index.html index 4f204dd3609d..a3f8d5b68d78 100755 --- a/_posts/plotly_js/bubble-maps/2015-07-11-bubble_maps_plotlyjs_index.html +++ b/_posts/plotly_js/bubble-maps/2015-07-11-bubble_maps_plotlyjs_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Bubble Maps with D3.js | Examples | Plotly +title: Javascript D3.js-based Bubble Maps| Examples | Plotly name: Bubble Maps permalink: javascript/bubble-maps/ -description: How to make a bubble map in JavaScript. A bubble map overlays a bubble chart on a map with D3.js. +description: How to make a D3.js-based bubble map in JavaScript. A bubble map overlays a bubble chart on a map. layout: base thumbnail: thumbnail/bubble-map.jpg language: plotly_js diff --git a/_posts/plotly_js/bubble/2015-04-09-bubble_plotly_js_index.html b/_posts/plotly_js/bubble/2015-04-09-bubble_plotly_js_index.html index 37ff6fd5a35b..c1428ff2a693 100755 --- a/_posts/plotly_js/bubble/2015-04-09-bubble_plotly_js_index.html +++ b/_posts/plotly_js/bubble/2015-04-09-bubble_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Bubble Charts with D3.js| Examples | Plotly +title: Javascript Graphing Library D3.js-based Bubble Charts| Examples | Plotly name: Bubble Charts permalink: javascript/bubble-charts/ -description: How to make a bubble chart in javascript with D3.js. Examples of scatter charts whose markers have variable color, size, and symbols. +description: How to make a D3.js-based bubble chart in javascript. Examples of scatter charts whose markers have variable color, size, and symbols. layout: base thumbnail: thumbnail/bubble.jpg language: plotly_js diff --git a/_posts/plotly_js/callbacks-buttons/2015-04-09-buttons_index.html b/_posts/plotly_js/callbacks-buttons/2015-04-09-buttons_index.html index 09da01db5037..e5205918d5ea 100755 --- a/_posts/plotly_js/callbacks-buttons/2015-04-09-buttons_index.html +++ b/_posts/plotly_js/callbacks-buttons/2015-04-09-buttons_index.html @@ -1,8 +1,8 @@ --- -title: Custom Buttons in JavaScript Charts with D3.js | Examples | Plotly +title: Custom Buttons in D3.js-based JavaScript Charts | Examples | Plotly name: Button Events permalink: javascript/custom-buttons/ -description: How to bind callback functions to custom buttons in JavaScript charts with D3.js. +description: How to bind callback functions to custom buttons in D3.js-based JavaScript charts. layout: base thumbnail: thumbnail/custom-buttons.jpg language: plotly_js diff --git a/_posts/plotly_js/callbacks-click/2015-04-09-click_index.html b/_posts/plotly_js/callbacks-click/2015-04-09-click_index.html index a3a4c6f5641e..5940374232ef 100755 --- a/_posts/plotly_js/callbacks-click/2015-04-09-click_index.html +++ b/_posts/plotly_js/callbacks-click/2015-04-09-click_index.html @@ -1,8 +1,8 @@ --- -title: Binding to Click Events in JavaScript Charts | Examples | Plotly +title: Binding to Click Events in D3.js-based JavaScript Charts | Examples | Plotly name: Click Events permalink: javascript/click-events/ -description: How to bind callback functions to click events in JavaScript charts with D3.js. +description: How to bind callback functions to click events in D3.js-based JavaScript charts. layout: base thumbnail: thumbnail/click.jpg language: plotly_js diff --git a/_posts/plotly_js/callbacks-dropdowns/2015-04-09-dropdowns_index.html b/_posts/plotly_js/callbacks-dropdowns/2015-04-09-dropdowns_index.html index 1655e73b89ae..0aade0f069c1 100755 --- a/_posts/plotly_js/callbacks-dropdowns/2015-04-09-dropdowns_index.html +++ b/_posts/plotly_js/callbacks-dropdowns/2015-04-09-dropdowns_index.html @@ -1,8 +1,8 @@ --- -title: Dropdowns in JavaScript Charts with D3.js | Examples | Plotly +title: Dropdowns in D3.js-based JavaScript Charts | Examples | Plotly name: Dropdown Events permalink: javascript/high-dimension-data/ -description: How to bind callback functions to custom dropdowns in JavaScript charts. +description: How to bind callback functions to custom dropdowns in D3.js-based JavaScript charts. layout: base thumbnail: thumbnail/dropdown.jpg language: plotly_js diff --git a/_posts/plotly_js/callbacks-hover/2015-04-09-hover_index.html b/_posts/plotly_js/callbacks-hover/2015-04-09-hover_index.html index 669515509084..a474a4217376 100755 --- a/_posts/plotly_js/callbacks-hover/2015-04-09-hover_index.html +++ b/_posts/plotly_js/callbacks-hover/2015-04-09-hover_index.html @@ -1,8 +1,8 @@ --- -title: Hover Events in JavaScript Charts with D3.js | Examples | Plotly +title: Hover Events in D3.js-based JavaScript Charts | Examples | Plotly name: Hover Events permalink: javascript/hover-events/ -description: How to bind callback functions to hover events in JavaScript charts with D3.js. +description: How to bind callback functions to hover events in D3.js-based JavaScript charts. layout: base thumbnail: thumbnail/hover.jpg language: plotly_js diff --git a/_posts/plotly_js/callbacks-sliders/2015-04-09-sliders_index.html b/_posts/plotly_js/callbacks-sliders/2015-04-09-sliders_index.html index a99327791a3d..32eed29133be 100755 --- a/_posts/plotly_js/callbacks-sliders/2015-04-09-sliders_index.html +++ b/_posts/plotly_js/callbacks-sliders/2015-04-09-sliders_index.html @@ -1,8 +1,8 @@ --- -title: Sliders in JavaScript Charts with D3.js | Examples | Plotly +title: Sliders in D3.js-based JavaScript Charts| Examples | Plotly name: Slider Events permalink: javascript/range-slider/ -description: How to bind callback functions to custom dropdowns in JavaScript charts with D3.js. +description: How to bind callback functions to custom dropdowns in D3.js-based JavaScript charts. layout: base thumbnail: thumbnail/sliders.jpg language: plotly_js diff --git a/_posts/plotly_js/callbacks-zoom/2015-04-09-zoom_index.html b/_posts/plotly_js/callbacks-zoom/2015-04-09-zoom_index.html index 33f6a2228444..6247e8597d49 100755 --- a/_posts/plotly_js/callbacks-zoom/2015-04-09-zoom_index.html +++ b/_posts/plotly_js/callbacks-zoom/2015-04-09-zoom_index.html @@ -1,8 +1,8 @@ --- -title: Zoom Events in JavaScript Charts with D3.js| Examples | Plotly +title: Zoom Events in D3.js-based JavaScript Charts| Examples | Plotly name: Zoom Events permalink: javascript/zoom-events/ -description: How to bind callback functions to zoom events in JavaScript charts with D3.js. +description: How to bind callback functions to zoom events in D3.js-based JavaScript charts. layout: base thumbnail: thumbnail/zoom.jpg language: plotly_js diff --git a/_posts/plotly_js/candlestick-charts/2015-08-15-candlestick_index.html b/_posts/plotly_js/candlestick-charts/2015-08-15-candlestick_index.html index 8a0aa64ed5c4..f97478211e73 100644 --- a/_posts/plotly_js/candlestick-charts/2015-08-15-candlestick_index.html +++ b/_posts/plotly_js/candlestick-charts/2015-08-15-candlestick_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Candlestick Charts with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Candlestick Charts | Examples | Plotly name: Candlestick Charts permalink: javascript/candlestick-charts/ -description: How to graph candlestick charts in javascript with D3.js. Examples of candlestick charts. +description: How to graph D3.js-based candlestick charts in javascript. Examples of candlestick charts. layout: base thumbnail: thumbnail/candlestick.jpg language: plotly_js diff --git a/_posts/plotly_js/choropleth-maps/2015-07-11-choropleth_plotly_js_index.html b/_posts/plotly_js/choropleth-maps/2015-07-11-choropleth_plotly_js_index.html index 1f58f25c012f..3eb25c2fdc34 100755 --- a/_posts/plotly_js/choropleth-maps/2015-07-11-choropleth_plotly_js_index.html +++ b/_posts/plotly_js/choropleth-maps/2015-07-11-choropleth_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Choropleth Maps with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Choropleth Maps | Examples | Plotly name: Choropleth Maps permalink: javascript/choropleth-maps/ -description: How to make a choropleth map in JavaScript with D3.js. A choropleth map shades geographic regions by value. +description: How to make a D3.js-based choropleth map in JavaScript. A choropleth map shades geographic regions by value. layout: base thumbnail: thumbnail/choropleth.jpg language: plotly_js diff --git a/_posts/plotly_js/colorscales/2015-04-09-colorscales_plotlyjs_index.html b/_posts/plotly_js/colorscales/2015-04-09-colorscales_plotlyjs_index.html index c7ffa6f3d577..2de5ec2a2974 100755 --- a/_posts/plotly_js/colorscales/2015-04-09-colorscales_plotlyjs_index.html +++ b/_posts/plotly_js/colorscales/2015-04-09-colorscales_plotlyjs_index.html @@ -1,8 +1,8 @@ --- -title: Colorscales in JavaScript for contours and heatmaps with D3.js +title: Colorscales in JavaScript for D3.js-based contours and heatmaps. name: Heatmap and Contour Colorscales permalink: javascript/heatmap-and-contour-colorscales/ -description: How to set colorscales and heatmap colorscales in JavaScript with D3.js and Plotly. Divergent, sequential, and qualitative colorscales. +description: How to set colorscales and heatmap colorscales in D3.js-based JavaScript charts in Plotly.js. Divergent, sequential, and qualitative colorscales. layout: base thumbnail: thumbnail/colorbars.jpg language: plotly_js diff --git a/_posts/plotly_js/continuous-error-bars/2016-02-15-continuous-error-bar_plotly_js_index.html b/_posts/plotly_js/continuous-error-bars/2016-02-15-continuous-error-bar_plotly_js_index.html index da7790628b40..f9624eff03d5 100755 --- a/_posts/plotly_js/continuous-error-bars/2016-02-15-continuous-error-bar_plotly_js_index.html +++ b/_posts/plotly_js/continuous-error-bars/2016-02-15-continuous-error-bar_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Continuous Error Bars with D3.js | Examples | Plotly +title: D3.js-based Continuous Error Bars in Plotly.js| Examples | Plotly name: Continuous Error Bars permalink: javascript/continuous-error-bars/ -description: How to add continuous error bars to a line, scatter, or bar chart with D3.js. +description: How to add D3.js-based continuous error bars to a line, scatter, or bar chart. layout: base thumbnail: thumbnail/error-cont.jpg language: plotly_js diff --git a/_posts/plotly_js/contour/2015-04-09-contour_plotly_js_index.html b/_posts/plotly_js/contour/2015-04-09-contour_plotly_js_index.html index a7def0d55d85..b338fc2db8c0 100755 --- a/_posts/plotly_js/contour/2015-04-09-contour_plotly_js_index.html +++ b/_posts/plotly_js/contour/2015-04-09-contour_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Contour Plots with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Contour Plots | Examples | Plotly name: Contour Plots permalink: javascript/contour-plots/ -description: How to make a contour plot in {{ page.language }} with D3.js. Examples of contour plots of matrices with subplots, custom color-scales, and smoothing. +description: How to make a D3.js-based contour plot in {{ page.language }}. Examples of contour plots of matrices with subplots, custom color-scales, and smoothing. layout: base thumbnail: thumbnail/contour.jpg language: plotly_js diff --git a/_posts/plotly_js/density-plots/2015-04-09-density-plots-index.html b/_posts/plotly_js/density-plots/2015-04-09-density-plots-index.html index 5eac60e2214b..4b938acb368f 100755 --- a/_posts/plotly_js/density-plots/2015-04-09-density-plots-index.html +++ b/_posts/plotly_js/density-plots/2015-04-09-density-plots-index.html @@ -1,8 +1,8 @@ --- -title: JavaScript 2d Density Plots with D3.js | Examples | Plotly +title: JavaScript D3.js-based 2d Density Plots | Examples | Plotly name: 2d Density Plots permalink: javascript/2d-density-plots/ -description: How to make a 2d density plot in JavaScript with D3.js. Examples of density plots with kernel density estimations, custom color-scales, and smoothing. +description: How to make a D3.js-based 2d density plot in JavaScript. Examples of density plots with kernel density estimations, custom color-scales, and smoothing. layout: base thumbnail: thumbnail/2d-density-plot.jpg language: plotly_js diff --git a/_posts/plotly_js/error-bar/2015-04-09-error-bar_plotly_js_index.html b/_posts/plotly_js/error-bar/2015-04-09-error-bar_plotly_js_index.html index 29c0ce822dbe..3247b711dcd9 100755 --- a/_posts/plotly_js/error-bar/2015-04-09-error-bar_plotly_js_index.html +++ b/_posts/plotly_js/error-bar/2015-04-09-error-bar_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Error Bars with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Error Bars | Examples | Plotly name: Error Bars permalink: javascript/error-bars/ -description: How to add error bars to a line, scatter, or bar chart with D3.js. Seven examples of symmetric, asymmetric, horizontal, and colored error bars. +description: How to add error bars to a D3.js-based line, scatter, or bar chart. Seven examples of symmetric, asymmetric, horizontal, and colored error bars. layout: base thumbnail: thumbnail/error-bar.jpg language: plotly_js diff --git a/_posts/plotly_js/font/2015-04-09-font_plotly_js_index.html b/_posts/plotly_js/font/2015-04-09-font_plotly_js_index.html index f38940a697f8..a83ce1e1ec64 100755 --- a/_posts/plotly_js/font/2015-04-09-font_plotly_js_index.html +++ b/_posts/plotly_js/font/2015-04-09-font_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Text and Font Styling with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-basedmText and Font Styling| Examples | Plotly name: Text and Font Styling permalink: javascript/font/ -description: How to edit and style the font of graphs in javascript with D3.js. +description: How to edit and style the font of D3.js-based graphs in javascript. layout: base thumbnail: thumbnail/font.jpg language: plotly_js diff --git a/_posts/plotly_js/gauge/2015-12-20-gauge-chart_plotly_js_index.html b/_posts/plotly_js/gauge/2015-12-20-gauge-chart_plotly_js_index.html index c57de9b2e5c4..65aea02822b8 100644 --- a/_posts/plotly_js/gauge/2015-12-20-gauge-chart_plotly_js_index.html +++ b/_posts/plotly_js/gauge/2015-12-20-gauge-chart_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: JavaScript Graphing Library Gauge Charts with D3.js | Examples | Plotly +title: JavaScript Graphing Library D3.js-based Gauge Charts| Examples | Plotly name: Gauge Charts permalink: javascript/gauge-charts/ -description: How to make a circular gauge chart in javascript with D3.js. +description: How to make a D3.js-based circular gauge chart in javascript. layout: base thumbnail: thumbnail/gauge.jpg language: plotly_js diff --git a/_posts/plotly_js/heatmap/2015-04-09-heatmap_plotly_js_index.html b/_posts/plotly_js/heatmap/2015-04-09-heatmap_plotly_js_index.html index b8ab9911ee9c..bc435ee0ff69 100755 --- a/_posts/plotly_js/heatmap/2015-04-09-heatmap_plotly_js_index.html +++ b/_posts/plotly_js/heatmap/2015-04-09-heatmap_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Heatmaps with D3.js | Examples | Plotly +title: Javascript D3.js-based Heatmaps| Examples | Plotly name: Heatmaps permalink: javascript/heatmaps/ -description: How to make a heatmap in javascript with a matrix with D3.js. Seven examples of colored and labeled heatmaps with custom colorscales. +description: How to make a D3.js-based heatmap in javascript with a matrix. Seven examples of colored and labeled heatmaps with custom colorscales. layout: base thumbnail: thumbnail/heatmap.jpg language: plotly_js diff --git a/_posts/plotly_js/histogram/2015-04-09-histogram_plotly_js_index.html b/_posts/plotly_js/histogram/2015-04-09-histogram_plotly_js_index.html index e7cc429424ad..c4bbcbd87253 100755 --- a/_posts/plotly_js/histogram/2015-04-09-histogram_plotly_js_index.html +++ b/_posts/plotly_js/histogram/2015-04-09-histogram_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Histograms with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Histograms | Examples | Plotly name: Histograms permalink: javascript/histograms/ -description: How to make a histogram in JavaScript with D3.js. Seven examples of colored, horizontal, and normal histogram bar charts. +description: How to make a D3.js-based histogram in JavaScript. Seven examples of colored, horizontal, and normal histogram bar charts. layout: base thumbnail: thumbnail/histogram.jpg language: plotly_js diff --git a/_posts/plotly_js/histogram2d/2015-04-09-histogram2d_plotly_js_index.html b/_posts/plotly_js/histogram2d/2015-04-09-histogram2d_plotly_js_index.html index cd193092bdee..8173cf44926a 100755 --- a/_posts/plotly_js/histogram2d/2015-04-09-histogram2d_plotly_js_index.html +++ b/_posts/plotly_js/histogram2d/2015-04-09-histogram2d_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library 2D Histograms with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based 2D Histograms in Plotly.js| Examples | Plotly name: 2D Histograms permalink: javascript/2D-Histogram/ -description: How to make a 2D histogram in javascript with D3.js. A 2D histogram is a visualization of a bivariate distribution. +description: How to make a D3.js-based 2D histogram in javascript. A 2D histogram is a visualization of a bivariate distribution. layout: base thumbnail: thumbnail/histogram2d.jpg language: plotly_js diff --git a/_posts/plotly_js/horizontal-bar/2015-04-09-horizontal_bar_plotlyjs_index.html b/_posts/plotly_js/horizontal-bar/2015-04-09-horizontal_bar_plotlyjs_index.html index 51d12d57f8ee..ed6a58ada90e 100755 --- a/_posts/plotly_js/horizontal-bar/2015-04-09-horizontal_bar_plotlyjs_index.html +++ b/_posts/plotly_js/horizontal-bar/2015-04-09-horizontal_bar_plotlyjs_index.html @@ -1,8 +1,8 @@ --- -title: Plotly.js Horizontal Bar Charts with D3.js | Examples | Plotly +title: D3.js-based Horizontal Bar Charts in Plotly.js | Examples | Plotly name: Horizontal Bar Charts permalink: javascript/horizontal-bar-charts/ -description: How to make a hortizontal bar chart in JavaScript with D3.js. +description: How to make a D3.js-based hortizontal bar chart in JavaScript. layout: base thumbnail: thumbnail/horizontal-bar.jpg language: plotly_js diff --git a/_posts/plotly_js/hover/2015-10-08-hover_plotly_js_index.html b/_posts/plotly_js/hover/2015-10-08-hover_plotly_js_index.html index e6bbdc1d4251..97cb4236cde7 100644 --- a/_posts/plotly_js/hover/2015-10-08-hover_plotly_js_index.html +++ b/_posts/plotly_js/hover/2015-10-08-hover_plotly_js_index.html @@ -1,9 +1,8 @@ --- -title: Javascript Graphing Library Text and Annotations with D3.js | Examples | Plotly +title: D3.js-based Javascript Graphing Library Text and Annotations | Examples | Plotly name: Hover Text and Formatting permalink: javascript/hover-text-and-formatting/ -description: How to add hover text and format hover values in javascript with D3.js. -layout: base +description: How to add hover text and format hover values in D3.js-based javascript charts. thumbnail: thumbnail/annotations.jpg language: plotly_js page_type: example_index diff --git a/_posts/plotly_js/insets/2015-04-09-insets_plotly_js_index.html b/_posts/plotly_js/insets/2015-04-09-insets_plotly_js_index.html index dd4a4cc01012..98731efeb4e5 100755 --- a/_posts/plotly_js/insets/2015-04-09-insets_plotly_js_index.html +++ b/_posts/plotly_js/insets/2015-04-09-insets_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Inset Plots with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Inset Plots | Examples | Plotly name: Inset Plots permalink: javascript/insets/ -description: How to make an inset graph in javascript with D3.js. +description: How to make an inset graph in D3.js-based javascript charts. layout: base thumbnail: thumbnail/insets.jpg language: plotly_js diff --git a/_posts/plotly_js/labels/2015-04-09-labels_plotly_js_index.html b/_posts/plotly_js/labels/2015-04-09-labels_plotly_js_index.html index 9c4e92895223..a823d4cbc851 100755 --- a/_posts/plotly_js/labels/2015-04-09-labels_plotly_js_index.html +++ b/_posts/plotly_js/labels/2015-04-09-labels_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Setting the Title, Legend Entries, and Axis Titles with D3.js| Examples | Plotly +title: Javascript Graphing Library Setting the Title, Legend Entries, and Axis Titles in D3.js-based Charts| Examples | Plotly name: Setting the Title, Legend Entries, and Axis Titles permalink: javascript/figure-labels/ -description: How to set the title, legend-entries, and axis-titles in javascript with D3.js. +description: How to set the title, legend-entries, and axis-titles in javascript D3.js-based charts. layout: base thumbnail: thumbnail/labels.jpg language: plotly_js diff --git a/_posts/plotly_js/lasso/2016-01-27-lasso_plotly_js_index.html b/_posts/plotly_js/lasso/2016-01-27-lasso_plotly_js_index.html index e861f7cd40a0..9d72d5debbe8 100644 --- a/_posts/plotly_js/lasso/2016-01-27-lasso_plotly_js_index.html +++ b/_posts/plotly_js/lasso/2016-01-27-lasso_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Lasso Selection in JavaScript Charts with D3.js | Examples | Plotly +title: Lasso Selection in JavaScript D3.js-based Charts Examples | Plotly name: Lasso Selection permalink: javascript/lasso-selection/ -description: How to bind callback functions to lasso selection in JavaScript charts with D3.js. +description: How to bind callback functions to lasso selection in JavaScript D3.js-based charts. layout: base thumbnail: thumbnail/lasso.jpg language: plotly_js diff --git a/_posts/plotly_js/latex/2015-04-09-latex_plotly_js_index.html b/_posts/plotly_js/latex/2015-04-09-latex_plotly_js_index.html index e1902a88bbbd..62e9c0774caf 100755 --- a/_posts/plotly_js/latex/2015-04-09-latex_plotly_js_index.html +++ b/_posts/plotly_js/latex/2015-04-09-latex_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library LaTeX with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based LaTeX Graphs| Examples | Plotly name: LaTeX permalink: javascript/LaTeX/ -description: How to add LaTeX to javascript graphs with D3.js. +description: How to add LaTeX to javascript D3.js-based graphs. layout: base thumbnail: thumbnail/latex.jpg language: plotly_js diff --git a/_posts/plotly_js/legends/2015-04-09-legends_plotly_js_index.html b/_posts/plotly_js/legends/2015-04-09-legends_plotly_js_index.html index a57a86f17ba2..b9dc0fb9c7f2 100755 --- a/_posts/plotly_js/legends/2015-04-09-legends_plotly_js_index.html +++ b/_posts/plotly_js/legends/2015-04-09-legends_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Legends with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Legends | Examples | Plotly name: Legends permalink: javascript/legend/ -description: How to modify the legend in javascript graphs with D3.js. Seven examples of how to move, color, and hide the legend. +description: How to modify the legend in D3.js-based javascript graphs. Seven examples of how to move, color, and hide the legend. layout: base thumbnail: thumbnail/legends.jpg language: plotly_js diff --git a/_posts/plotly_js/line-plots/2015-07-24-line-plots-index.html b/_posts/plotly_js/line-plots/2015-07-24-line-plots-index.html index 6c4417e0b615..d24c13849636 100755 --- a/_posts/plotly_js/line-plots/2015-07-24-line-plots-index.html +++ b/_posts/plotly_js/line-plots/2015-07-24-line-plots-index.html @@ -1,8 +1,8 @@ --- -title: Plotly.js Line Charts with D3.js | Examples | Plotly +title: D3.js-based Line Charts In Plotly.js | Examples | Plotly name: Line Charts permalink: javascript/line-charts/ -description: How to make line charts in JavaScript with D3.js. +description: How to make D3.js-based line charts in JavaScript. layout: base thumbnail: thumbnail/line-plots.jpg language: plotly_js diff --git a/_posts/plotly_js/line_and_scatter/2015-04-09-line_and_scatter_plotly_js_index.html b/_posts/plotly_js/line_and_scatter/2015-04-09-line_and_scatter_plotly_js_index.html index 2a560de8a0da..e61a9b7cc463 100755 --- a/_posts/plotly_js/line_and_scatter/2015-04-09-line_and_scatter_plotly_js_index.html +++ b/_posts/plotly_js/line_and_scatter/2015-04-09-line_and_scatter_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library and Scatter Plots with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Scatter Plots | Examples | Plotly name: Scatter Plots permalink: javascript/line-and-scatter/ -description: How to make line and scatter plots in JavaScript with D3.js. Examples of basic and colored line and scatter plots. +description: How to make D3.js-based line and scatter plots in JavaScript. Examples of basic and colored line and scatter plots. layout: base thumbnail: thumbnail/line-and-scatter.jpg language: plotly_js diff --git a/_posts/plotly_js/lines-on-maps/2015-07-11-lines_on_maps_plotly_js_index.html b/_posts/plotly_js/lines-on-maps/2015-07-11-lines_on_maps_plotly_js_index.html index effe87130cbd..7c79e463637f 100755 --- a/_posts/plotly_js/lines-on-maps/2015-07-11-lines_on_maps_plotly_js_index.html +++ b/_posts/plotly_js/lines-on-maps/2015-07-11-lines_on_maps_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Plotly.js Lines on Maps with D3.js | Examples | Plotly +title: Plotly.js Lines on D3.js-based Maps | Examples | Plotly name: Lines on Maps permalink: javascript/lines-on-maps/ -description: How to draw lines, great circles, and contours on maps in JavaScript with D3.js. Lines on maps can show distance between geographic points or be contour lines (isolines, isopleths, or isarithms). +description: How to draw D3.js-based lines, great circles, and contours on maps in JavaScript. Lines on maps can show distance between geographic points or be contour lines (isolines, isopleths, or isarithms). layout: base thumbnail: thumbnail/flight-paths.jpg language: plotly_js diff --git a/_posts/plotly_js/log/2015-04-09-log_plotly_js_index.html b/_posts/plotly_js/log/2015-04-09-log_plotly_js_index.html index c6574ac1f94b..88218f26fa60 100755 --- a/_posts/plotly_js/log/2015-04-09-log_plotly_js_index.html +++ b/_posts/plotly_js/log/2015-04-09-log_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Log Plots with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Log Plots| Examples | Plotly name: Log Plots permalink: javascript/log-plot/ -description: How to make a plot with logarithmic axes in javascript with D3.js. +description: How to make a plot with D3.js-based logarithmic axes in javascript. layout: base thumbnail: thumbnail/log.jpg language: plotly_js diff --git a/_posts/plotly_js/mixed/2015-04-09-mixed_plotly_js_index.html b/_posts/plotly_js/mixed/2015-04-09-mixed_plotly_js_index.html index 90a859881e71..aee19a013b74 100755 --- a/_posts/plotly_js/mixed/2015-04-09-mixed_plotly_js_index.html +++ b/_posts/plotly_js/mixed/2015-04-09-mixed_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Mixed Chart Types with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Mixed Chart Types | Examples | Plotly name: Multiple Chart Types permalink: javascript/graphing-multiple-chart-types/ -description: How to makes figures with mixed chart types in JavaScript with D3.js. Examples of a contour plot with a scatter plot and a bar chart with a line chart. +description: How to makes figures with D3.js-based mixed chart types in JavaScript. Examples of a contour plot with a scatter plot and a bar chart with a line chart. layout: base thumbnail: thumbnail/mixed.jpg language: plotly_js diff --git a/_posts/plotly_js/multiple-axes/2015-04-09-multiple-axes_plotly_js_index.html b/_posts/plotly_js/multiple-axes/2015-04-09-multiple-axes_plotly_js_index.html index b6163dfafa2f..53b7187416b7 100755 --- a/_posts/plotly_js/multiple-axes/2015-04-09-multiple-axes_plotly_js_index.html +++ b/_posts/plotly_js/multiple-axes/2015-04-09-multiple-axes_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Multiple Axes with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Multiple Axes | Examples | Plotly name: Multiple Axes permalink: javascript/multiple-axes/ -description: How to make a graph with multiple axes in javascript with D3.js. +description: How to make a graph with D3.js-based multiple axes in javascript. layout: base thumbnail: thumbnail/multiple-axes.jpg language: plotly_js diff --git a/_posts/plotly_js/ohlc/2015-08-15-ohlc_index.html b/_posts/plotly_js/ohlc/2015-08-15-ohlc_index.html index 4aa409388775..d3126fe48df2 100644 --- a/_posts/plotly_js/ohlc/2015-08-15-ohlc_index.html +++ b/_posts/plotly_js/ohlc/2015-08-15-ohlc_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library OHLC Charts with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based OHLC Charts | Examples | Plotly name: OHLC Charts permalink: javascript/ohlc-charts/ -description: How to graph OHLC charts in javascript. Examples of OHCL charts. +description: How to graph D3.js-based OHLC charts in javascript. Examples of OHCL charts. layout: base thumbnail: thumbnail/ohlc.jpg language: plotly_js diff --git a/_posts/plotly_js/pie/2015-08-10-pie_plotly_js_index.html b/_posts/plotly_js/pie/2015-08-10-pie_plotly_js_index.html index 71a11f4ee6d3..3b94d4d620ea 100644 --- a/_posts/plotly_js/pie/2015-08-10-pie_plotly_js_index.html +++ b/_posts/plotly_js/pie/2015-08-10-pie_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Pie Charts | Examples | Plotly +title: Javascript Graphing Library D3.js-based Pie Charts | Examples | Plotly name: Pie Charts permalink: javascript/pie-chart/ -description: How to graph pie charts in javascript with D3.js. Examples of pie charts, donut charts and pie chart subplots. +description: How to graph D3.js-based pie charts in javascript with D3.js. Examples of pie charts, donut charts and pie chart subplots. layout: base thumbnail: thumbnail/pie-chart.jpg language: plotly_js diff --git a/_posts/plotly_js/polar/2015-04-09-polar_plotly_js_index.html b/_posts/plotly_js/polar/2015-04-09-polar_plotly_js_index.html index b624f3b69b98..c347407fe21c 100755 --- a/_posts/plotly_js/polar/2015-04-09-polar_plotly_js_index.html +++ b/_posts/plotly_js/polar/2015-04-09-polar_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Polar Charts with D3.js | Examples | Plotly +title: Javascript Graphing Library D3.js-based Polar Charts | Examples | Plotly name: Polar Charts permalink: javascript/polar-chart/ -description: How to graph polar charts in javascript. Seven examples of polar line, polar scatter and polar area charts. +description: How to graph D3.js-based polar charts in javascript. Seven examples of polar line, polar scatter and polar area charts. layout: base thumbnail: thumbnail/polar-scatter.jpg language: plotly_js diff --git a/_posts/plotly_js/remove-trace/2015-08-15-remove_trace_index.html b/_posts/plotly_js/remove-trace/2015-08-15-remove_trace_index.html index 3f2cf69981e9..2a92a3a43b1f 100644 --- a/_posts/plotly_js/remove-trace/2015-08-15-remove_trace_index.html +++ b/_posts/plotly_js/remove-trace/2015-08-15-remove_trace_index.html @@ -1,5 +1,5 @@ --- -title: Plotly.js Remove Trace from Plot with D3.js | Examples | Plotly +title: Plotly.js Remove Trace from D3.js-based Plot | Examples | Plotly name: Remove Trace from Plot permalink: javascript/remove-trace/ description: How to remove a trace from a plot in JavaScript with D3.js. diff --git a/_posts/plotly_js/ribbon-plots/2015-08-12-ribbon-plot-index.html b/_posts/plotly_js/ribbon-plots/2015-08-12-ribbon-plot-index.html index 33a2a791f478..0cc57cd0ef6c 100644 --- a/_posts/plotly_js/ribbon-plots/2015-08-12-ribbon-plot-index.html +++ b/_posts/plotly_js/ribbon-plots/2015-08-12-ribbon-plot-index.html @@ -1,8 +1,8 @@ --- -title: Ribbon Plots with D3.js | Examples | Plotly +title: D3.js-based Ribbon Plots in Plotly.js| Examples | Plotly name: Ribbon Plots permalink: javascript/ribbon-plots/ -description: How to make a ribbon plot in JavaScript with D3.js. +description: How to make a D3.js-based ribbon plot in JavaScript. layout: base thumbnail: thumbnail/ribbon-plot.jpg language: plotly_js diff --git a/_posts/plotly_js/scatter-plot-on-maps/2015-07-11-scatter_maps_plotly_js_index.html b/_posts/plotly_js/scatter-plot-on-maps/2015-07-11-scatter_maps_plotly_js_index.html index 206f82a93383..1bc7eb2c3f44 100755 --- a/_posts/plotly_js/scatter-plot-on-maps/2015-07-11-scatter_maps_plotly_js_index.html +++ b/_posts/plotly_js/scatter-plot-on-maps/2015-07-11-scatter_maps_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Plotly.js Scatter Plots on Maps with D3.js | Examples | Plotly +title: D3.js-based Scatter Plots on Maps in Plotly.js | Examples | Plotly name: Scatter Plots on Maps permalink: javascript/scatter-plots-on-maps/ -description: How to make scatter plots on maps in JavaScript with D3.js. Scatter plots on maps highlight geographic areas and can be colored by value. +description: How to make D3.js-based scatter plots on maps in JavaScript. Scatter plots on maps highlight geographic areas and can be colored by value. layout: base thumbnail: thumbnail/scatter-plot-on-maps.jpg language: plotly_js diff --git a/_posts/plotly_js/shapes/2015-06-19-shape_plotlyjs_index.html b/_posts/plotly_js/shapes/2015-06-19-shape_plotlyjs_index.html index 0af6b3a29864..3bf8fb679572 100755 --- a/_posts/plotly_js/shapes/2015-06-19-shape_plotlyjs_index.html +++ b/_posts/plotly_js/shapes/2015-06-19-shape_plotlyjs_index.html @@ -1,8 +1,8 @@ --- -title: JavaScript SVG Shapes with D3.js | Examples | Plotly +title: JavaScript D3.js-based SVG Shapes | Examples | Plotly name: Shapes permalink: javascript/shapes/ -description: How to make arbitrary SVG shapes in JavaScript with D3.js. Examples of lines, circle, rectangle, and path. +description: How to make arbitrary D3.js-based SVG shapes in JavaScript. Examples of lines, circle, rectangle, and path. layout: base thumbnail: thumbnail/shape.jpg language: plotly_js diff --git a/_posts/plotly_js/sizing/2015-04-09-sizing_plotly_js_index.html b/_posts/plotly_js/sizing/2015-04-09-sizing_plotly_js_index.html index 1f394041e5fd..a1933641bc01 100755 --- a/_posts/plotly_js/sizing/2015-04-09-sizing_plotly_js_index.html +++ b/_posts/plotly_js/sizing/2015-04-09-sizing_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Setting Graph Size with D3.js | Examples | Plotly +title: Javascript Graphing Library Setting D3.js-based Graph Size | Examples | Plotly name: Setting Graph Size permalink: javascript/setting-graph-size/ -description: How to change the size of graphs in javascript with D3.js. +description: How to change the size of D3.js-based graphs in javascript. layout: base thumbnail: thumbnail/sizing.jpg language: plotly_js diff --git a/_posts/plotly_js/subplots/2015-04-09-subplots_plotly_js_index.html b/_posts/plotly_js/subplots/2015-04-09-subplots_plotly_js_index.html index 4c19f40670b8..e645497f3fdc 100755 --- a/_posts/plotly_js/subplots/2015-04-09-subplots_plotly_js_index.html +++ b/_posts/plotly_js/subplots/2015-04-09-subplots_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Subplots with D3.js | Examples | Plotly +title: D3.js-based Subplots in Plotly.js | Examples | Plotly name: Subplots permalink: javascript/subplots/ -description: How to make subplots in javascript with D3.js. Seven examples of stacked, custom-sized, and gridded subplots. +description: How to make D3.js-based subplots in Plotly.js. Seven examples of stacked, custom-sized, and gridded subplots. layout: base thumbnail: thumbnail/subplots.jpg language: plotly_js diff --git a/_posts/plotly_js/time-series/2015-04-09-time-series_plotly_js_index.html b/_posts/plotly_js/time-series/2015-04-09-time-series_plotly_js_index.html index 4f4d4c1b08ba..7726df8f8578 100755 --- a/_posts/plotly_js/time-series/2015-04-09-time-series_plotly_js_index.html +++ b/_posts/plotly_js/time-series/2015-04-09-time-series_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Time Series with D3.js | Examples | Plotly +title: D3.js-based Time Series in Plotly.js | Examples | Plotly name: Time Series permalink: javascript/time-series/ -description: How to plot date and time in javascript with D3.js. An example of a time-series plot. +description: How to plot D3.js-based date and time in Plotly.js. An example of a time-series plot. layout: base thumbnail: thumbnail/time-series.jpg language: plotly_js diff --git a/_posts/plotly_js/treemaps/2015-11-30-treemaps_plotly_js_index.html b/_posts/plotly_js/treemaps/2015-11-30-treemaps_plotly_js_index.html index 3d726c050f42..01b5c8fdf0d0 100644 --- a/_posts/plotly_js/treemaps/2015-11-30-treemaps_plotly_js_index.html +++ b/_posts/plotly_js/treemaps/2015-11-30-treemaps_plotly_js_index.html @@ -1,8 +1,8 @@ --- -title: Javascript Graphing Library Treemaps with D3.js | Examples | Plotly +title: D3.js-based Graphing Library Treemaps in Plotly.js | Examples | Plotly name: Treemaps permalink: javascript/treemaps/ -description: How to plot treemaps in javascript with D3.js. An example of a treemap plot. +description: How to plot D3.js-based treemaps in Plotly.js. An example of a treemap plot. layout: base thumbnail: thumbnail/treemap.jpg language: plotly_js diff --git a/_posts/plotly_js/wind-rose/2015-04-09-wind-rose_plotlyjs_index.html b/_posts/plotly_js/wind-rose/2015-04-09-wind-rose_plotlyjs_index.html index 2ab456f650b8..8fbef5c9eb5f 100755 --- a/_posts/plotly_js/wind-rose/2015-04-09-wind-rose_plotlyjs_index.html +++ b/_posts/plotly_js/wind-rose/2015-04-09-wind-rose_plotlyjs_index.html @@ -1,8 +1,8 @@ --- -title: JavaScript Wind Rose Charts with D3.js | Examples | Plotly +title: D3.js-based Wind Rose Charts in Plotly.js | Examples | Plotly name: Wind Rose Charts permalink: javascript/wind-rose-charts/ -description: How to graph wind rose charts in JavaScript with D3.js . +description: How to graph D3.js-based wind rose charts in plotly.js . layout: base thumbnail: thumbnail/wind-rose.jpg language: plotly_js