python-igraph
python-igraph copied to clipboard
Lazy load matplotlib because importing it is slow and not core to using igrpah
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.