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.
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 functioncomponent_ordered_layout.