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

Method set_x_ticks_custom

gnuplot/src/axes_common.rs:1644–1661  ·  view source on GitHub ↗

Sets ticks on the X axis with specified labels at specified positions. # Arguments `ticks` - The locations and labels of the added ticks. The label can contain a single C printf style floating point formatting specifier which will be replaced by the location of the tic. `tick_options` - Array of TickOption controlling the appearance of the ticks `label_options` - Array of LabelOption<&str> contr

(
		&'l mut self, ticks: TL, 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 1

exampleFunction · 0.80

Implementers 2

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

Calls 4

set_ticks_customMethod · 0.80
mapMethod · 0.80
get_common_data_mutMethod · 0.45
to_one_way_ownedMethod · 0.45

Tested by

no test coverage detected