Skip to main content

interp_legend

Function interp_legend 

Source
fn interp_legend(
    _args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Add a legend to the current plot.

Enables the egui_plot legend display. In the MVP the legend labels come from the PlotItem label fields.

@return NULL (invisibly)