enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
291 stars 101 forks source link

Fire Range `updated` event when data sources are set to empty #900

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

The updated event on a DataRange1D was not being fired when the last data source was removed. This fixes that.

Fixes #821