Skip to main content

plot

Function plot 

Source
pub fn plot<P, V>(plot: P, cx: &mut Context<'_, V>) -> Entity<RuvizPlot>
where P: IntoPlotSession + 'static, V: 'static,