-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: Error in pngfun: invalid 'height' argument in logfiles #49
Comments
In server_guiTabPca.R the default height is set to -1
It should be calculated to the real value in server_guiPlots.R:
and for Hca
when drawDendrogramPlotImpl is called. The error could be caused if the plot should be drawn without calling drawDendrogramPlotImpl or when the height value is overwritten by -1 again. The function in
Further investigation is needed and will be done. |
There are still plots with invalid height. Maybe the same fix can be applied to output$plotHeatmap as in 6e0fc54#diff-0eff2e186b3075ea2ff8f167189909acR972-R974. |
Hi, we found that the "invalid height" happens if the user selects a 90% zoom scale in the Browser window, which makes the heatmap below the dendrogram causing the error message and to disappear. So current workaround is "don't zoom". P.S.: This sounds like same issue as https://stackoverflow.com/questions/59213316/shiny-renderplot-with-dynamic-height#comment104644786_59213670, |
Hi, we're getting in our logs:
Suggestion in rstudio/shiny#2136 (comment)
is to replace
uiOutput("distPlot")
withplotOutput("distPlot")
.We have
uiOutput()
in two places:https://github.com/ipb-halle/MetFamily/search?q=uiOutput&unscoped_q=uiOutput
The text was updated successfully, but these errors were encountered: