Skip to content

TemporalMapper.temporal_plot() with 'ordered' layout optimization is incredibly slow. #26

@kalebruscitti

Description

@kalebruscitti

When plotting a TemporalMapper object using the ordered layout option mapper.temporal_plot(layout='ordered') it can take upwards of 5 minutes for graphs that are reasonably small (under 1k vertices). I believe it can be reduced by an order of magnitude or more.

The relevant code is in /src/temporalmapper/layout.py . Specifically the function component_ordered_layout.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions