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
117 stars 9 forks source link

Suggest adding option to specify range for x-axis #37

Open rohrlich opened 2 years ago

rohrlich commented 2 years ago

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 to see moving graph showing last N trials/epochs, etc.

rcoreilly commented 2 years ago

you can do that by clicking on the button for the x-axis value and setting the min / max. maybe we could add a -N kind of syntax where negative numbers are computed as offsets from max, so that would give the "last N" case.

rohrlich commented 2 years ago

Funny, I expected that to work and now I see I set epochs when I was plotting trials so I thought it didn't, doh!