igraph-help
[Top][All Lists]
Advanced

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

[igraph] Saving .tif graph


From: Roaa Soloh
Subject: [igraph] Saving .tif graph
Date: Thu, 13 Jun 2019 13:56:58 +0300

Kindly I'm getting this error when trying to save the output graph into .tif format
--------------------
Traceback (most recent call last):
  File "/home/roaa/PycharmProjects/PhD/Coding.py", line 26, in <module>
    plot(g, "/home/roaa/Desktop/PhD/Output/dinosaur.tif")
  File "/home/roaa/anaconda3/envs/PhD/lib/python3.7/site-packages/igraph/drawing/__init__.py", line 449, in plot
    result = Plot(target, bbox, background="" "white"))
  File "/home/roaa/anaconda3/envs/PhD/lib/python3.7/site-packages/igraph/drawing/__init__.py", line 160, in __init__
    raise ValueError("image format not handled by Cairo: %s" % ext)
ValueError: image format not handled by Cairo: .tif```
-----------------

Best Regards,

reply via email to

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