malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

issue with colorbar for recovery #84

Closed malonzo47 closed 4 years ago

malonzo47 commented 4 years ago

This is Step 4, running 3-year recovery. Not sure why this scale bar is showing nothing useful. Integer vs. Float issue?

image

FreelanceDev217 commented 4 years ago

What were the previous values? I mean what are the reasonable results to be shown?

malonzo47 commented 4 years ago

The colorbar should simply usefully reflect the range of values displayed in the image. These values will mostly be between 0 and 1 and should be displayed as floating point, probably two digits after the decimal point.

FreelanceDev217 commented 4 years ago

OK, the problem was that pynita using one function for plotting data (also colorbar). I separated that into 3 types - date, float, standard. Now it seems fine for me. Please check the latest revision on other plots in step4 too.

FreelanceDev217 commented 4 years ago

Please check if this issue is resolved.

malonzo47 commented 4 years ago

Looks good.