pub fn layout_step(
graph: &mut GraphData,
temperature: &mut f32,
config: &LayoutConfig,
) -> boolExpand description
Run one iteration of Fruchterman-Reingold layout.
Returns true if the temperature is still above threshold (keep running).