Skip to content

Commit c4c4142

Browse files
committed
Update scattermapbox.md
1 parent 1aa88d9 commit c4c4142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/scattermapbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ fig.update_layout(
291291
fig.show()
292292
```
293293

294-
`go.Scattermapbox` supports the following fonts:
294+
`go.Scattermapbox` supports the following values for `textfont.family`:
295295

296296
'Metropolis Black Italic', 'Metropolis Black', 'Metropolis Bold Italic', 'Metropolis Bold', 'Metropolis Extra Bold Italic', 'Metropolis Extra Bold', 'Metropolis Extra Light Italic', 'Metropolis Extra Light', 'Metropolis Light Italic', 'Metropolis Light', 'Metropolis Medium Italic', 'Metropolis Medium', 'Metropolis Regular Italic', 'Metropolis Regular', 'Metropolis Semi Bold Italic', 'Metropolis Semi Bold', 'Metropolis Thin Italic', 'Metropolis Thin', 'Open Sans Bold Italic', 'Open Sans Bold', 'Open Sans Extrabold Italic', 'Open Sans Extrabold', 'Open Sans Italic', 'Open Sans Light Italic', 'Open Sans Light', 'Open Sans Regular', 'Open Sans Semibold Italic', 'Open Sans Semibold', 'Klokantech Noto Sans Bold', 'Klokantech Noto Sans CJK Bold', 'Klokantech Noto Sans CJK Regular', 'Klokantech Noto Sans Italic', and 'Klokantech Noto Sans Regular'.
297297

@@ -300,7 +300,7 @@ fig.show()
300300

301301
*New in 5.23*
302302

303-
You can specify a font weight on `go.Scattermapbox` with `textfont.weight`.
303+
You can specify a numeric font weight on `go.Scattermapbox` with `textfont.weight`.
304304

305305
```python
306306
import plotly.graph_objects as go

0 commit comments

Comments
 (0)