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

Method save_to_pdf

gnuplot/src/figure.rs:510–523  ·  view source on GitHub ↗

Save the figure to a pdf file. # Arguments `filename` - Path to the output file (pdf) `width_in` - output image width (in inches) `height_in` - output image height (in inches)

(
		&mut self, filename: P, width_in: f32, height_in: f32,
	)

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