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 not stored for this graph (policy: none)
no test coverage detected