diff --git a/_sources/artists_api.md b/_sources/artists_api.md index de928ee..d3ae2f0 100644 --- a/_sources/artists_api.md +++ b/_sources/artists_api.md @@ -70,6 +70,7 @@ .. autosummary:: ~Scatter.data_changed_signal + ~Scatter.color_indices_changed_signal .. rubric:: Properties Documentation @@ -89,6 +90,7 @@ .. rubric:: Signals Documentation .. autoattribute:: data_changed_signal + .. autoattribute:: color_indices_changed_signal .. autoclass:: Histogram2D :show-inheritance: @@ -123,6 +125,7 @@ .. autosummary:: ~Histogram2D.data_changed_signal + ~Histogram2D.color_indices_changed_signal .. rubric:: Properties Documentation @@ -146,4 +149,5 @@ .. rubric:: Signals Documentation .. autoattribute:: data_changed_signal + .. autoattribute:: color_indices_changed_signal ``` diff --git a/artists_api.html b/artists_api.html index 0f1023d..71eb501 100644 --- a/artists_api.html +++ b/artists_api.html @@ -418,6 +418,7 @@
Scatter.categorical_colormap
Scatter.draw()
Scatter.data_changed_signal
Scatter.color_indices_changed_signal
Histogram2D
- +
data_changed_signal emitted when the data is changed.
color_indices_changed_signal emitted when the color indices are changed.
Examples
@@ -612,6 +615,9 @@Signal emitted when the data is changed.
Signal emitted when the color_indices are changed.
Properties Documentation
@@ -663,6 +669,11 @@(N,) np.ndarray[int] or int
Notes
+Signal emitted when the color indices are changed.
+Attributes Documentation
@@ -692,6 +703,12 @@Signal emitted when the data is changed.
Signal emitted when the color_indices are changed.
+
- +
data_changed_signal emitted when the data is changed.
color_indices_changed_signal emitted when the color indices are changed.
Properties Summary
@@ -771,6 +789,9 @@Signal emitted when the data is changed.
Signal emitted when the color_indices are changed.
Properties Documentation
@@ -822,6 +843,11 @@(N,) np.ndarray[int] or int
Notes
+Signal emitted when the color indices are changed.
+Signal emitted when the data is changed.
Signal emitted when the color_indices are changed.
+Scatter.categorical_colormap
Scatter.draw()
Scatter.data_changed_signal
Scatter.color_indices_changed_signal
Histogram2D