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

Method set_x_time

gnuplot/src/axes_common.rs:2010–2014  ·  view source on GitHub ↗

Sets the X axis be time. 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 1

exampleFunction · 0.80

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