Plots are not displayed in realtime in a loop #83
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Describe the bug
I have a package that has some interactivity, that depends on being able to display plots in a loop. In RStudio, all plots display, but in an httpgd session they are not, only the first plot, and then all of them after the interactivity ends.
To Reproduce
The following R code run in a vanilla R session, only the first plot is displayed, subsequent plots are not displayed until "q" is pressed.
Expected behavior
I would expect all of the plots to display interactively, every time "p" is entered a new plot would be displayed.
Screenshots
Here I have pressed "p" several times and only one plot is printed.
Only after pressing "q" and the loop ending, are all the plots displayed.
Environment
The text was updated successfully, but these errors were encountered: