6
6
extension : .md
7
7
format_name : markdown
8
8
format_version : ' 1.3'
9
- jupytext_version : 1.16.3
9
+ jupytext_version : 1.16.4
10
10
kernelspec :
11
11
display_name : Python 3 (ipykernel)
12
12
language : python
@@ -20,7 +20,7 @@ jupyter:
20
20
name : python
21
21
nbconvert_exporter : python
22
22
pygments_lexer : ipython3
23
- version : 3.10.0
23
+ version : 3.9.16
24
24
plotly :
25
25
description : How to make scatter plots on tile maps in Python.
26
26
display_as : maps
@@ -220,6 +220,34 @@ fig.update_layout(
220
220
fig.show()
221
221
```
222
222
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
+
223
251
#### Add Clusters
224
252
225
253
* New in 5.11*
0 commit comments