Skip to content

removing titles since they are now autogenerated from name #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/2D-Histogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/2D-Histogram/
thumbnail: thumbnail/histogram2d.jpg
title: Python 2D Histograms | plotly

---

### 2D Histogram of a Bivariate Normal Distribution ###
Expand Down
2 changes: 1 addition & 1 deletion python/2d-histogram-contour.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/2d-histogram-contour/
thumbnail: thumbnail/hist2dcontour.png
title: 2D Histogram Contour | Plotly

---

#### Basic 2D Histogram Contour
Expand Down
2 changes: 1 addition & 1 deletion python/3d-axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/3d-axes/
thumbnail: thumbnail/3d-axes.png
title: Format 3d Axes | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/3d-bubble-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
page_type: u-guide
permalink: python/3d-bubble-charts/
thumbnail: thumbnail/3dbubble.jpg
title: Python 3D Bubble Charts | plotly

---

### 3d Bubble chart with Plotly Express
Expand Down
2 changes: 1 addition & 1 deletion python/3d-camera-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jupyter:
order: 0.108
permalink: python/3d-camera-controls/
thumbnail: thumbnail/3d-camera-controls.jpg
title: Python 3D Camera Controls | plotly

---

### How camera controls work
Expand Down
2 changes: 1 addition & 1 deletion python/3d-isosurface-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
permalink: python/3d-isosurface-plots/
redirect_from: python/isosurfaces-with-marching-cubes/
thumbnail: thumbnail/isosurface.jpg
title: Python 3D Isosurface Plots | plotly

---

With ``go.Isosurface``, you can plot [isosurface contours](https://en.wikipedia.org/wiki/Isosurface) of a scalar field ``value``, which is defined on ``x``, ``y`` and ``z`` coordinates.
Expand Down
2 changes: 1 addition & 1 deletion python/3d-line-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/3d-line-plots/
thumbnail: thumbnail/3d-line.jpg
title: 3D Line Plots in Python | plotly

---

### 3D Line plot with Plotly Express
Expand Down
2 changes: 1 addition & 1 deletion python/3d-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/3d-mesh/
thumbnail: thumbnail/3d-mesh.jpg
title: 3D Mesh Plots in Python | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/3d-scatter-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/3d-scatter-plots/
thumbnail: thumbnail/3d-scatter.jpg
title: 3D Python Scatter Plots | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/3d-subplots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/3d-subplots/
thumbnail: thumbnail/3d-subplots.jpg
title: 3D Subplots in Python | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/3d-surface-coloring.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jupyter:
order: 7
permalink: python/3d-surface-coloring/
thumbnail: thumbnail/3d-surface-color.jpg
title: 3D Surface Coloring in Python | plotly

---

```python
Expand Down
2 changes: 1 addition & 1 deletion python/3d-surface-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/3d-surface-plots/
thumbnail: thumbnail/3d-surface.jpg
title: 3D Surface Plots in Python | Plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/3d-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jupyter:
page_type: u-guide
permalink: python/3d-volume-plots/
thumbnail: thumbnail/3d-volume-plots.jpg
title: Python 3D Volume Plots | plotly

---

A volume plot with `go.Volume` shows several partially transparent isosurfaces for volume rendering. The API of `go.Volume` is close to the one of `go.Isosurface`. However, whereas [isosurface plots](./3d-isosurface-plots/) show all surfaces with the same opacity, tweaking the `opacityscale` parameter of `go.Volume` results in a depth effect and better volume rendering.
Expand Down
2 changes: 1 addition & 1 deletion python/aggregations.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/aggregations/
thumbnail: thumbnail/aggregations.jpg
title: Aggregations | Plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jupyter:
page_type: example_index
permalink: python/animations/
thumbnail: thumbnail/animations.gif
title: Intro to Animations in Python | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/annotated_heatmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/annotated_heatmap/
thumbnail: thumbnail/ann_heat.jpg
title: Python Annotated Heatmaps | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
order: 12
permalink: python/axes/
thumbnail: thumbnail/axes.png
title: Axes | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/bar-charts/
thumbnail: thumbnail/bar.jpg
title: Bar Charts | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/box-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/box-plots/
thumbnail: thumbnail/box.jpg
title: Box Plots | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/bubble-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
permalink: python/bubble-charts/
redirect_from: python/bubble-charts-tutorial/
thumbnail: thumbnail/bubble.jpg
title: Bubble Charts | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/bubble-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jupyter:
page_type: example_index
permalink: python/bubble-maps/
thumbnail: thumbnail/bubble-map.jpg
title: Python Bubble Maps | Plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/bullet-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/bullet-charts/
thumbnail: thumbnail/bullet.png
title: Python Bullet Chart | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/candlestick-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jupyter:
page_type: example_index
permalink: python/candlestick-charts/
thumbnail: thumbnail/candlestick.jpg
title: Python Candlestick Charts | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/carpet-contour.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jupyter:
page_type: u-guide
permalink: python/carpet-contour/
thumbnail: thumbnail/contourcarpet.jpg
title: Carpet Contour Plots | Plotly

---

### Basic Carpet Plot
Expand Down
2 changes: 1 addition & 1 deletion python/carpet-plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jupyter:
page_type: u-guide
permalink: python/carpet-plot/
thumbnail: thumbnail/carpet.jpg
title: Carpet Plots | Plotly

---

<!-- #region -->
Expand Down
2 changes: 1 addition & 1 deletion python/carpet-scatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jupyter:
page_type: u-guide
permalink: python/carpet-scatter/
thumbnail: thumbnail/scattercarpet.jpg
title: Carpet Scatter Plots | Plotly

---


Expand Down
2 changes: 1 addition & 1 deletion python/choropleth-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jupyter:
page_type: u-guide
permalink: python/choropleth-maps/
thumbnail: thumbnail/choropleth.jpg
title: Python Choropleth Maps | Plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/click-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/click-events/
thumbnail: thumbnail/figurewidget-click-events.gif
title: Click Events

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/colorscales.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
permalink: python/colorscales/
thumbnail: thumbnail/heatmap_colorscale.jpg
redirect_from: python/logarithmic-color-scale/
title: Colorscales in Python | Plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/compare-webgl-svg.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jupyter:
page_type: example_index
permalink: python/compare-webgl-svg/
thumbnail: /images/static-image
title: Comparing WebGL vs SVG | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/cone-plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
permalink: python/cone-plot/
redirect_from: python/3d-cone/
thumbnail: thumbnail/3dcone.png
title: 3D Cone Plots | Plotly

---

A cone plot is the 3D equivalent of a 2D [quiver plot](./quiver-plots/), i.e., it represents a 3D vector field using cones to represent the direction and norm of the vectors. 3-D coordinates are given by `x`, `y` and `z`, and the coordinates of the vector field by `u`, `v` and `w`.
Expand Down
2 changes: 1 addition & 1 deletion python/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
page_type: u-guide
permalink: python/configuration-options/
thumbnail: thumbnail/modebar-icons.png
title: Configuration | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/contour-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/contour-plots/
thumbnail: thumbnail/contour.jpg
title: Contour Plots | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/county-choropleth.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
page_type: u-guide
permalink: python/county-choropleth/
thumbnail: thumbnail/county-choropleth-usa-greybkgd.jpg
title: Python USA County Choropleth Maps | Plotly

---

#### Required Packages
Expand Down
2 changes: 1 addition & 1 deletion python/creating-and-updating-figures.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
- python/user-guide/
- python/user-g/
thumbnail: thumbnail/creating-and-updating-figures.png
title: Creating and Updating Figures | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/custom-buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jupyter:
page_type: example_index
permalink: python/custom-buttons/
thumbnail: thumbnail/custom-buttons.jpg
title: Custom Buttons | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/dendrogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/dendrogram/
thumbnail: thumbnail/dendrogram.jpg
title: Dendrograms | Plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/distplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/distplot/
thumbnail: thumbnail/distplot.jpg
title: Python Distplots | plotly

---

## Combined statistical representations with px.histogram
Expand Down
2 changes: 1 addition & 1 deletion python/dot-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/dot-plots/
thumbnail: thumbnail/dot-plot.jpg
title: Python Dot Plots | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/dropdowns/
thumbnail: thumbnail/dropdown.jpg
title: Dropdown Menus | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/error-bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: example_index
permalink: python/error-bars/
thumbnail: thumbnail/error-bar.jpg
title: Error Bars | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/facet-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
permalink: python/facet-plots/
redirect_from: python/trellis-plots/
thumbnail: thumbnail/facet-trellis-thumbnail.jpg
title: Python Facet and Trellis Plots | plotly

---


Expand Down
2 changes: 1 addition & 1 deletion python/figure-factory-subplots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyter:
page_type: u-guide
permalink: python/figure-factory-subplots/
thumbnail: thumbnail/ff-subplots.jpg
title: Figure Factory Subplots in Python | plotly

v4upgrade: true
---

Expand Down
2 changes: 1 addition & 1 deletion python/figure-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jupyter:
permalink: python/figure-labels/
redirect_from: python/font/
thumbnail: thumbnail/figure-labels.png
title: Setting the Font, Title, Legend Entries, and Axis Titles in Python

v4upgrade: true
---

Expand Down
Loading