Skip to content

Commit 7b4f835

Browse files
authored
Merge pull request #4275 from plotly/update-projections
Update projection types section
2 parents 947cbb1 + 25662fa commit 7b4f835

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

Diff for: doc/python/map-configuration.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: '1.2'
9-
jupytext_version: 1.3.1
8+
format_version: '1.3'
9+
jupytext_version: 1.14.7
1010
kernelspec:
11-
display_name: Python 3
11+
display_name: Python 3 (ipykernel)
1212
language: python
1313
name: python3
1414
language_info:
@@ -20,7 +20,7 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.6.8
23+
version: 3.10.4
2424
plotly:
2525
description: How to configure and style base maps for Choropleths and Bubble Maps.
2626
display_as: maps
@@ -119,9 +119,7 @@ fig.show()
119119

120120
### Map Projections
121121

122-
Geo maps are drawn according to a given map [projection](https://en.wikipedia.org/wiki/Map_projection) that flattens the Earth's roughly-spherical surface into a 2-dimensional space.
123-
124-
The available projections are `'equirectangular'`, `'mercator'`, `'orthographic'`, `'natural earth'`, `'kavrayskiy7'`, `'miller'`, `'robinson'`, `'eckert4'`, `'azimuthal equal area'`, `'azimuthal equidistant'`, `'conic equal area'`, `'conic conformal'`, `'conic equidistant'`, `'gnomonic'`, `'stereographic'`, `'mollweide'`, `'hammer'`, `'transverse mercator'`, `'albers usa'`, `'winkel tripel'`, `'aitoff'` and `'sinusoidal'`.
122+
Geo maps are drawn according to a given map [projection](https://en.wikipedia.org/wiki/Map_projection) that flattens the Earth's roughly-spherical surface into a 2-dimensional space. In the following examples, we show the `'orthographic'` and `'natural earth'` projections, two of the many projection types available. For a full list of available projection types, see the [layout.geo reference documentation](https://plotly.com/python/reference/layout/geo/#layout-geo-projection-type).
125123

126124
```python
127125
import plotly.graph_objects as go
@@ -221,7 +219,3 @@ fig.show()
221219
### Reference
222220

223221
See https://plotly.com/python/reference/layout/geo/ for more information and chart attribute options!
224-
225-
```python
226-
227-
```

0 commit comments

Comments
 (0)