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

Method set_title

gnuplot/src/axes_common.rs:1508–1514  ·  view source on GitHub ↗

Set the title for the axes # Arguments `text` - Text of the title. Pass an empty string to hide the title `options` - Array of LabelOption<&str> controlling the appearance of the title. 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` - Sp

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

nothing calls this directly

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