Skip to content

Commit 2d36a86

Browse files
authored
Merge pull request #5344 from plotly/add-maki
Add maki symbols list
2 parents 2c49b57 + 60276e2 commit 2d36a86

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

doc/python/tile-scatter-maps.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupyter:
66
extension: .md
77
format_name: markdown
88
format_version: '1.3'
9-
jupytext_version: 1.16.3
9+
jupytext_version: 1.16.4
1010
kernelspec:
1111
display_name: Python 3 (ipykernel)
1212
language: python
@@ -20,7 +20,7 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.10.0
23+
version: 3.9.16
2424
plotly:
2525
description: How to make scatter plots on tile maps in Python.
2626
display_as: maps
@@ -220,6 +220,34 @@ fig.update_layout(
220220
fig.show()
221221
```
222222

223+
#### Supported Symbols
224+
225+
Plotly uses [Maki v2.1.0](https://app.unpkg.com/[email protected]/files/icons) for symbols and supports the following values for `symbol`:
226+
227+
"aerialway", "airfield", "airport", "alcohol-shop", "america-football",
228+
"amusement-park", "aquarium", "art-gallery", "attraction", "bakery",
229+
"bank", "bar", "baseball", "basketball", "beer", "bicycle", "bicycle-share",
230+
"blood-bank", "buddhism", "building", "bus", "cafe", "campsite", "car",
231+
"castle", "cemetery", "central-building", "cinema", "circle", "circle-stroked",
232+
"clothing-store", "college", "commercial", "cricket", "cross", "dam",
233+
"danger", "dentist", "doctor", "dog-park", "drinking-water", "embassy",
234+
"entrance", "farm", "fast-food", "ferry", "fire-station", "fuel", "gaming",
235+
"garden", "garden-center", "gift", "golf", "grocery", "hairdresser",
236+
"harbor", "heart", "heliport", "hospital", "ice-cream", "industry",
237+
"information", "karaoke", "landmark", "laundry", "library", "lighthouse",
238+
"lodging", "marker", "monument", "mountain", "museum", "music", "park",
239+
"parking", "parking-garage", "pharmacy", "picnic-site", "pitch",
240+
"place-of-worship", "playground", "police", "post", "prison", "rail",
241+
"rail-light", "rail-metro", "ranger-station", "religious-christian",
242+
"religious-jewish", "religious-muslim", "residential-community",
243+
"restaurant", "roadblock", "rocket", "school", "shelter", "shop",
244+
"skiing", "soccer", "square", "square-stroked", "stadium", "star",
245+
"star-stroked", "suitcase", "sushi", "swimming", "teahouse", "telephone",
246+
"tennis", "theatre", "toilet", "town-hall", "triangle", "triangle-stroked",
247+
"veterinary", "volcano", "warehouse", "waste-basket", "water", "wetland",
248+
"wheelchair", "zoo"
249+
250+
223251
#### Add Clusters
224252

225253
*New in 5.11*

0 commit comments

Comments
 (0)