MCPcopy Index your code
hub / github.com/SiegeLord/RustGnuplot / save_to_canvas

Method save_to_canvas

gnuplot/src/figure.rs:552–565  ·  view source on GitHub ↗

Save the figure to a HTML5 canvas file # Arguments `filename` - Path to the output file (canvas) `width_px` - output image width (in pixels) `height_px` - output image height (in pixels)

(
		&mut self, filename: P, width_px: u32, height_px: u32,
	)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected