igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] plotting not available


From: Ahmed Abdeen Hamed
Subject: Re: [igraph] plotting not available
Date: Thu, 17 Apr 2014 15:04:13 -0400

I am very disappointed with this Mac OS update. I had to remove all the Python versions and now igraph isn't working. I went through all this with you guys when I was new to igraph. I can't believe I am back to square one!

-Ahmed


On Thu, Apr 17, 2014 at 5:37 AM, Tamás Nepusz <address@hidden> wrote:
You need to reinstall the Python interface for the Cairo library, which is responsible for all the plotting things in the Python interface of igraph.

--
T.

------------------------------------------------------
From: Ahmed Abdeen Hamed address@hidden
Reply: address@hidden address@hidden, Help for igraph users address@hidden
Date: 17 April 2014 at 00:20:36
To: Help for igraph users address@hidden
Subject:  [igraph] plotting not available

> Hello,
>
> I recently updated my Mac's OS. I haven't run any igraph code since then.
> Today, I am doing my usual visualization but I am getting the error below.
>
> Please note, only the plotting that is not working. igraph functions work
> fine. Here is the line that breaks:
>
> *plot(g,
> "/Users/ahamedCOM/ASONAM_14/data-analysis/small-kh.eps",**visual_style)*
>
> Any idea?
>
> Thanks very much,
>
> Ahmed
>
>
>
> Traceback (most recent call last):
>
> File "viz-ecig-small-network.py", line 89, in
>
> plot(g,
> "/Users/ahamedCOM/ASONAM_14/data-analysis/small-kh.eps",**visual_style)
>
> File "/Library/Python/2.7/site-packages/igraph/drawing/__init__.py", line
> 427, in plot
>
> result = Plot(target, bbox, background=""> >
> File "/Library/Python/2.7/site-packages/igraph/drawing/__init__.py", line
> 122, in __init__
>
> self._surface_was_created = not isinstance(target, cairo.Surface)
>
> File "/Library/Python/2.7/site-packages/igraph/drawing/utils.py", line
> 396, in __getattr__
>
> raise TypeError("plotting not available")
>
> TypeError: plotting not available
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]