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

Method set_x_log

gnuplot/src/axes_common.rs:1838–1842  ·  view source on GitHub ↗

Sets the X axis be logarithmic. Note that the range must be non-negative for this to be valid. # Arguments `base` - If Some, then specifies base of the logarithm, if None makes the axis not be logarithmic

(&mut self, base: Option<f64>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

exampleFunction · 0.80
showMethod · 0.80

Implementers 2

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

Calls 2

set_logMethod · 0.80
get_common_data_mutMethod · 0.45

Tested by

no test coverage detected