etable
etable copied to clipboard
Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
Any hope of getting Parquet file support anytime soon or is CSV going to remain the format of choice
In other words a means to temporarily override the individual min/max. One example use case is to look at ActAvg lines which are usually in a narrower range than 0...
An example is [here](https://imgur.com/a/GBdPEAQ). @rcoreilly suggested [here](https://github.com/CompCogNeuro/sims/issues/24) that not using column-names in the column-width calculation helps maintain space-efficient consistent column-widths. But in cases like above, where the column-names aren't too...
If you resize the plot window (I've experienced this when plotting in grunt) then any redraw has the axes in the wrong placement and you have to manually move the...
when updated in a non-visible tab, then you click on the tab, and scroll. CCN sims/ch10/a_not_b ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
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...
If there are a lot of trials it would be nice to zoom in by specifying a range of trials/epochs or whatever is on the x-axis. Likewise would be nice...
tricky bit is need to detect which ones to set -- non-zero? preferably an active toggle and defaults from the first selected item...
If the table driving a plot shrinks, `Plot2D.GenPlotXY` can run off the end of the data, causing a segfault. The problematic code (that I know of) is at line 205...