Skip to main content

Module plotting_hooks

Module plotting_hooks 

Source
Expand description

Lightweight wrappers that expose plotting-specific helpers without requiring downstream crates to depend directly on the plotting feature flag.

Functions§

record_recent_figures
Record raw figure handles that were touched on another execution thread.
reset_recent_figures
Reset the per-thread “figures touched” set. No-op when plotting is disabled.
take_recent_figures
Drain the per-thread “figures touched” set, returning the raw handles.