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

Method set_x_label

gnuplot/src/axes_common.rs:1450–1457  ·  view source on GitHub ↗

Set the label for the X axis # Arguments `text` - Text of the label. Pass an empty string to hide the label `options` - Array of LabelOption controlling the appearance of the label. Relevant options are: `Offset` - Specifies the offset of the label `Font` - Specifies the font of the label `TextColor` - Specifies the color of the label `Rotate` - Specifies the rotation of the label `Align` - Specif

(&'l mut self, text: &str, options: &[LabelOption<&str>])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

exampleFunction · 0.80
exampleFunction · 0.80
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

setMethod · 0.80
get_common_data_mutMethod · 0.45
to_one_way_ownedMethod · 0.45

Tested by

no test coverage detected