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

Method image

gnuplot/src/axes2d.rs:937–952  ·  view source on GitHub ↗

Draws an image from a rectangular array of data by connecting the individual datapoints with polygons. #Arguments: `mat` - Row-major 2D array signifying the value of the datapoints. The X and Y coordinates of the datapoints are determined automatically, and optionally scaled using the `dimensions` argument. `num_rows` - Number of rows in the data array `num_cols` - Number of columns in the data a

(
		&'l mut self, mat: X, num_rows: usize, num_cols: usize,
		dimensions: Option<(f64, f64, f64, f64)>, options: &[PlotOption<&str>],
	)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

exampleFunction · 0.80
exampleFunction · 0.80

Calls 1

to_one_way_ownedMethod · 0.45

Tested by

no test coverage detected