dekoning-lab / WFES2-GUI

GUI implementation of wfes2.
GNU General Public License v3.0
0 stars 1 forks source link

Scaled values in time-dist-sgv so it can be visualized in QCharts. #158

Open AlbertoCasasOrtiz opened 3 years ago

AlbertoCasasOrtiz commented 3 years ago

In the generated distribution, the maximum value is 9.96e-22, and the minimum value is 3.85e-54. Looks like Qt cannot plot values in those low intervals. I have scaled it (multiply the values by 10e20), and it can be visualized. I've added to the title the following (scaled x10e20), so there is no confusion.