Skip to main content

flush_grid

Function flush_grid 

Source
pub fn flush_grid(interp: &Interpreter)
Expand description

Public API: flush any accumulated grid graphics to the GUI thread.

Called by the REPL loop after each eval to auto-display grid graphics, alongside flush_plot() for base graphics.