PoonLab / KaphiShiny

A Shiny web interface for running Kaphi
0 stars 0 forks source link

Plotting mean trajectory and posterior approximation graphs during tsv generation #18

Closed 0ldM4j0r closed 6 years ago

0ldM4j0r commented 6 years ago

As of commit 984ab67ef22f73de00e350a8c1c9e6655144db5b mean trajectory graphs are generated after tsv generation. However, as stated in issue #17 an error occurs when trying to generate posterior approximation graphs. After fixing issue #17 mean trajectory and posterior approximation graphs should be plotted during tsv generation.

gtng92 commented 6 years ago

Note: there updating mean trajectory plot renderings has a delay of 3-4 're-renders'. So if I tell the plot to update every 10 iterations, the user will only see the first plot at Step 30 or 40. If I tell it to update every 5 iterations, the first plot will usually render after step 15. Currently updating the plots every 5 iterations.

The same applies to updating posterior approximation graphs, except it is a delay of 8-9 're-renders'