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

Method set_x_ticks

gnuplot/src/axes_common.rs:1557–1568  ·  view source on GitHub ↗

Sets the properties of the ticks on the X axis. # Arguments `tick_placement` - Controls the placement of the ticks. Pass `None` to hide the ticks. Otherwise, the first tuple value controls the spacing of the major ticks (in axes units), otherwise set it to `Auto` to let gnuplot decide the spacing automatically. The second tuple value specifies the number of minor ticks. For logarithmic axes, non-

(
		&'l mut self, tick_placement: Option<(AutoOption<f64>, u32)>,
		tick_options: &[TickOption<&str>], label_options: &[LabelOption<&str>],
	)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

exampleFunction · 0.80
exampleFunction · 0.80
exampleFunction · 0.80
exampleFunction · 0.80

Implementers 2

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

Calls 3

set_ticksMethod · 0.80
get_common_data_mutMethod · 0.45
to_one_way_ownedMethod · 0.45

Tested by

no test coverage detected