Skip to main content

Module plotting

Module plotting 

Source
Expand description

Plotting builtins backed by the runmat-plot renderer.

Re-exports§

pub use web::bind_surface_to_figure;
pub use web::clear_closed_figure_surfaces;
pub use web::detach_surface;
pub use web::fit_surface_extents;
pub use web::get_surface_camera_state;
pub use web::install_surface;
pub use web::invalidate_surface_revisions;
pub use web::present_surface;
pub use web::render_current_scene;
pub use web::reset_surface_camera;
pub use web::resize_surface;
pub use web::set_plot_theme_config;
pub use web::set_surface_camera_state;
pub use web::web_renderer_ready;
pub use web::PlotCameraProjection;
pub use web::PlotCameraState;
pub use web::PlotSurfaceCameraState;

Modules§

context
Shared plotting context registry for zero-copy rendering.
hist
MATLAB-compatible hist builtin.
ops
web

Structs§

FigureAxesState
FigureEventView
FigureHandle

Enums§

FigureError
FigureEventKind
HoldMode

Functions§

clear_figure
clone_figure
close_figure
configure_subplot
current_axes_state
current_figure_handle
export_figure_scene
figure_handles
import_figure
import_figure_scene
import_figure_scene_async
import_figure_scene_from_path_async
install_figure_observer
new_figure_handle
present_figure_on_surface
render_figure_png_bytes
render_figure_png_bytes_with_axes_cameras
render_figure_png_bytes_with_camera
render_figure_rgba_bytes
render_figure_rgba_bytes_with_axes_cameras
render_figure_rgba_bytes_with_camera
render_figure_snapshot
render_figure_snapshot_with_camera_state
reset_hold_state_for_run
Reset hold state for all figures/axes.
reset_plot_state
reset_recent_figures
resolve_plot_handle
select_axes_for_figure
select_figure
set_hold
set_scatter_target_points
Override the scatter point target at runtime (e.g., via CLI flags or TypeScript bindings). Values below the minimum threshold are clamped.
set_surface_vertex_budget
Override the surface vertex budget at runtime.
take_recent_figures