Expand description
Argument parsing helpers shared by all plot backends.
Functionsยง
- extract_
file_ arg - Splits off a trailing file-path argument from
args. - extract_
flat - Extracts a flat
Vec<f64>from any numericValue. - extract_
matrix - Extracts a 2D matrix from a
Value, returning flat row-major data and dimensions(data, nrows, ncols). - extract_
style_ and_ file_ arg - Splits off an optional trailing style and/or file-path argument from
args. - extract_
style_ and_ file_ arg_ min - Like
extract_style_and_file_argbut with a caller-suppliedmin_dataguard. - extract_
vector - Extracts a flat
Vec<f64>from a scalar or vectorValue.