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

Method set_x_axis

gnuplot/src/axes2d.rs:294–299  ·  view source on GitHub ↗

Sets the properties of x axis. # Arguments `show` - Whether or not draw the axis `options` - Array of PlotOption<&str> controlling the appearance of the axis. Relevant options are: `Color` - Specifies the color of the border `LineStyle` - Specifies the style of the border `LineWidth` - Specifies the width of the border

(&'l mut self, show: bool, options: &[PlotOption<&str>])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

exampleFunction · 0.45

Calls 1

to_one_way_ownedMethod · 0.45

Tested by

no test coverage detected