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

Method set_cb_time

gnuplot/src/axes_common.rs:2062–2066  ·  view source on GitHub ↗

Sets the color bar axis be time. Note that the range must be non-negative for this to be valid. If true, the axis is interpreted as seconds from the Unix epoch. Use the `Format` TickOption to specify the formatting of the ticks (see strftime format spec for valid values). # Arguments `is_time` - Whether this axis is time or not.

(&mut self, is_time: bool)

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 2

set_timeMethod · 0.80
get_common_data_mutMethod · 0.45

Tested by

no test coverage detected