Often when I select data and hit “Show Lineplot” I have to wait very long and get the following:
SWT is not responding
before the “Line Plot Options” appear.
And sometimes I wait and wait and wait; and nothing happens.
What’s going on here?
It is like this when selecting the deb package hdfview (Ubuntu – Details of package hdfview in jammy ), so I built a shiny new hdfview (version 3.2.0) from source with openjdk-18-jdk; but it has the same behaviour.
Then open up in HDFView and go to mydata and try showing all the 28157 values in a lineplot.
(Please try it on Ubuntu: apt install hdfview
I’m using Ubuntu 22.04.1 Jammy LTS)
The cpu on one core goes permanantly to 100% … basically for ever. haha!
Can you reproduce that?
PS: If I use panoply, I can immediately get a lineplot displayed. No troubles with panoply!
Thus, I think the problem is in HDFView 3.2.0 + Ubuntu + jdk.
Please submit an issue GitHub - HDFGroup/hdfview.
@byrn, is there an easy way to (unit-)test it automatically using GitHub Action?
It would be ideal if a few lines of HDF-Java test code can generate a PNG from line plot.