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

Method set_pos

gnuplot/src/axes_common.rs:1404–1408  ·  view source on GitHub ↗

Set the position of the axes on the figure using screen coordinates. The coordinates refer to the bottom-left corner of the axes # Arguments `x` - X position. Ranges from 0 to 1 `y` - Y position. Ranges from 0 to 1

(&mut self, x: f64, y: f64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

exampleFunction · 0.80

Implementers 2

axes2d.rsgnuplot/src/axes2d.rs
axes3d.rsgnuplot/src/axes3d.rs

Calls 1

get_common_data_mutMethod · 0.45

Tested by

no test coverage detected