Spaces:
Sleeping
Sleeping
Set point label colors
Browse files
app.py
CHANGED
|
@@ -53,6 +53,7 @@ def gr_generate_map(
|
|
| 53 |
marker=go.scattermapbox.Marker(size=6),
|
| 54 |
)
|
| 55 |
box.name = "Grids"
|
|
|
|
| 56 |
scattermaps.append(box)
|
| 57 |
|
| 58 |
if show_mask:
|
|
|
|
| 53 |
marker=go.scattermapbox.Marker(size=6),
|
| 54 |
)
|
| 55 |
box.name = "Grids"
|
| 56 |
+
box.textfont.update({"color": "White"})
|
| 57 |
scattermaps.append(box)
|
| 58 |
|
| 59 |
if show_mask:
|