python-igraph icon indicating copy to clipboard operation
python-igraph copied to clipboard

Lazy load matplotlib because importing it is slow and not core to using igrpah

Open tim-stephenson opened this issue 1 year ago • 2 comments

Feature: import igraph faster. Important for startup time critical applications. Currently, on my system, igraph import takes about a second.

This should have no effect on matplotlib functionality.

tim-stephenson avatar Feb 29 '24 21:02 tim-stephenson