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

Method set_legend

gnuplot/src/axes2d.rs:347–359  ·  view source on GitHub ↗

Specifies the location and other properties of the legend # Arguments `x` - X coordinate of the legend `y` - Y coordinate of the legend `legend_options` - Array of LegendOption options `text_options` - Array of LabelOption options specifying the appearance of the plot titles. Valid options are: `Font` `TextColor` `TextAlign(AlignLeft)` `TextAlign(AlignRight)`

(
		&'l mut self, x: Coordinate, y: Coordinate, legend_options: &[LegendOption<&str>],
		text_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

Calls 1

to_one_way_ownedMethod · 0.45

Tested by

no test coverage detected