loon (version 1.3.3)

l_redraw: Force a Content Redraw of a Plot

Description

Force redraw the plot to make sure that all the visual elements are placed correctly.

Usage

l_redraw(widget)

Arguments

widget

widget path as a string or as an object handle

Details

Note that this function is intended for debugging. If you find that the display does not display the data according to its plot states then please contact loon's package maintainer.

Examples

Run this code
# NOT RUN {
if(interactive()){

p <- l_plot(iris)
l_redraw(p)

}
# }

Run the code above in your browser using DataCamp Workspace