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 @@

Contents

  • Scatter.categorical_colormap
  • Scatter.draw()
  • Scatter.data_changed_signal
  • +
  • Scatter.color_indices_changed_signal
  • Histogram2D
  • @@ -558,6 +560,7 @@

    Artists#<
    • 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 @@

    Artists#<

    data_changed_signal

    Signal emitted when the data is changed.

    +

    color_indices_changed_signal

    +

    Signal emitted when the color_indices are changed.

    +

    Properties Documentation

    @@ -663,6 +669,11 @@

    Artists#<

    (N,) np.ndarray[int] or int

    +

    Notes

    +
    +
    color_indices_changed_signalSignal

    Signal emitted when the color indices are changed.

    +
    +

    Attributes Documentation

    @@ -692,6 +703,12 @@

    Artists#<

    Signal emitted when the data is changed.

    +
    +
    +color_indices_changed_signal: Signal#
    +

    Signal emitted when the color_indices are changed.

    +
    +
    @@ -718,6 +735,7 @@

    Artists#<
    • 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 @@

    Artists#<

    data_changed_signal

    Signal emitted when the data is changed.

    +

    color_indices_changed_signal

    +

    Signal emitted when the color_indices are changed.

    +

    Properties Documentation

    @@ -822,6 +843,11 @@

    Artists#<

    (N,) np.ndarray[int] or int

    +

    Notes

    +
    +
    color_indices_changed_signalSignal

    Signal emitted when the color indices are changed.

    +
    +
    @@ -911,6 +937,12 @@

    Artists#<

    Signal emitted when the data is changed.

    +
    +
    +color_indices_changed_signal: Signal#
    +

    Signal emitted when the color_indices are changed.

    +
    + @@ -996,6 +1028,7 @@

    Artists#<
  • Scatter.categorical_colormap
  • Scatter.draw()
  • Scatter.data_changed_signal
  • +
  • Scatter.color_indices_changed_signal
  • Histogram2D
  • diff --git a/genindex.html b/genindex.html index 3adf2c2..5e60a59 100644 --- a/genindex.html +++ b/genindex.html @@ -449,14 +449,20 @@

    C

  • class_value (biaplotter.selectors.Interactive attribute)
  • - - +