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

Method set_pos_grid

gnuplot/src/axes_common.rs:1381–1397  ·  view source on GitHub ↗

Set the position of the axes on the figure using grid coordinates. # Arguments `nrow` - Number of rows in the grid. Must be greater than 0. `ncol` - Number of columns in the grid. Must be greater than 0. `pos` - Which grid cell to place this axes in, counting from top-left corner, going left and then down, starting at 0.

(&mut self, nrow: u32, ncol: u32, pos: u32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

exampleFunction · 0.80
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