igraph-help
[Top][All Lists]
Advanced

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

[igraph] plotting not available


From: Ahmed Abdeen Hamed
Subject: [igraph] plotting not available
Date: Wed, 16 Apr 2014 18:19:05 -0400

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 <module>

    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


reply via email to

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