Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mars table not properly displaying all the entries #86

Open
thoretz opened this issue Nov 7, 2023 · 1 comment
Open

Mars table not properly displaying all the entries #86

thoretz opened this issue Nov 7, 2023 · 1 comment

Comments

@thoretz
Copy link

thoretz commented Nov 7, 2023

I wanted to report a display error with the Mars tables:

I run a Groovy script to create a Mars table (kymograph_output_table). There should be timepoints up to T199 (from 0 to 199, in total 200) but it only goes until T197 (screenshot: you can see that only up to column T197 is displayed).
Screenshot 2023-11-07 at 09 26 53
At first, I thought it was because the script was not properly working but further investigation using print statements showed that the script was working fine. I then realized that the data points are available for plotting in the 'Plot' tab (screenshot: you can see that you can plot T199 vs. y).
Screenshot 2023-11-07 at 09 29 36
This can be also confirmed by changing the order of adding the columns to the table. If the loop for adding the time points as columns come first in the sequence every timepoint up to T199 will be displayed (screenshot: by changing the order T199 shows up as a column). The last column loses its name but it is displayed.
Screenshot 2023-11-07 at 09 34 00

Luckily this is not a bit issue since the exported CSV file is fine as well and the option to plot the time point is also available. It just led to some confusion.

Thanks a lot!

@karlduderstadt
Copy link
Member

karlduderstadt commented Nov 7, 2023

Thanks for reporting this issue. I will investigate. In the past there was been some issue in JavaFX tables with lots of columns. It probably related...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants