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

Method set_cb_ticks_custom

gnuplot/src/axes_common.rs:1724–1741  ·  view source on GitHub ↗

Like `set_x_ticks_custom` but for the the color bar axis.

(
		&'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

nothing calls this directly

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