[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] [help]how can i drawing a graph use the C packets.
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] [help]how can i drawing a graph use the C packets. |
Date: |
Fri, 22 Oct 2010 19:03:44 +0100 |
Hi,
> I am a new comer of igraph,could you give me some examples of how can i
> drawing a graph or print a picture of a graph in C or C++ under the
> enviroment of Ubuntu 10.4 ?
Plotting is not implemented in the C layer of igraph; you have to use one of
the higher level interfaces (the R or the Python interface) to plot graphs. The
higher level interfaces make use of the drawing facilities provided by R or
Python.
--
Tamas