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.
pub fn flush_grid(interp: &Interpreter)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.