Graph::show_new_allocations

fn show_new_allocations(
    self: Graph
) -> Graph

Configures the graph to show new allocations.

Examples

graph()
    .add(allocations())
    .show_new_allocations()
    .save();