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/selections.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -100,38 +100,38 @@ fig.show()
100
100
101
101
```
102
102
103
-
## Fill Color for Active Selections
103
+
## Styling New Selections
104
104
105
-
You can style the active selection with `activeselection`. In this example, we set active selections (when created or clicked) to appear with a `fillcolor` of `yellow`.
105
+
You can style new selections made on the figure by setting properties on `newselection`.
106
+
Try making a new selection on the figure to try it out.
You can style new selections made on the figure by setting properties on `newselection`.
124
-
Try making a new selection on the figure to try it out.
123
+
You can style the active selection with `activeselection`. In this example, we set active selections (when created or clicked) to appear with a `fillcolor` of `yellow`.
0 commit comments