emer / etable

Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
BSD 3-Clause "New" or "Revised" License
115 stars 7 forks source link

Unexpected behavior in plotting with filter #38

Open rohrlich opened 3 years ago

rohrlich commented 3 years ago

It appears that checking or unchecking any variable clears the filter, took a couple of minutes to realize this. Makes sense to me to leave the filter in place until the user clicks "unfilter". Also, suggest that be an obvious indicator when the results are filtered to make the state transparent.

rohrlich commented 3 years ago

Plus, as it is, I need to refilter every time I change what I'm plotting.

rcoreilly commented 3 years ago

yeah we need to save and restore the filter across updates. current version is a "quick and dirty" thing that works after graph was built.

rohrlich commented 3 years ago

Also, filtering should maintain while running.