pub fn view(data: &impl Visualization, options: ViewOptions)Expand description
Shows the given visualization in a window and waits until the window is closed.
Prefer using the view! instead, as it includes the current filename and line.
pub fn view(data: &impl Visualization, options: ViewOptions)Shows the given visualization in a window and waits until the window is closed.
Prefer using the view! instead, as it includes the current filename and line.