You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/tile-scatter-maps.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ jupyter:
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`:
0 commit comments