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

Method save_to_svg

gnuplot/src/figure.rs:489–502  ·  view source on GitHub ↗

Save the figure to a svg file. # Arguments `filename` - Path to the output file (svg) `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