[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] : error plot graph
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] : error plot graph |
Date: |
Sun, 4 Oct 2015 22:32:12 +0200 |
> TypeError: plotting not available
>
> Why this error is happening? What should I do to fix it?
igraph uses the Cairo library for plotting. If you don't have Cairo or
its Python interface installed on your system, you will see this error
message. Install the Python interface of Cairo from here:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo
T.