pub fn with_context_mut<F, R>(f: F) -> Rwhere F: FnOnce(&mut Context) -> R,
Access the global context for writing.
Panics if polyscope has not been initialized.