WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

Save Image (Spatiotemporal Prediction Plot) not working. #190

Closed andrejadd closed 6 years ago

andrejadd commented 6 years ago

Produces empty file. See function call

output$save_stpredictions_plot <- downloadHandler()

in server.R.

Besides this, it plots without problem. The plotSTPredictions() method uses lattice::xyplot(), maybe there is a problem with the device or passing it back?