Thank you.
I understand the node/edge definitions, but I still can't load an
image. I read through the section of the tutorial, but does
v.setBackgroundImage(image_file_name) and
v.setBackgroundImage(image_file_name,xcoord,ycoord)
all go in one line or 2 separate lines? Are they entered in the same
string or separately. and I just enter the image file name, not the
image file location? so if I have a file saved to the location C:
\pictures\maps\CT.jpg, I would enter
v.setBackgroundImage(ct.jpg) and
v.setBackgroundImage(CT.jpg,xcoord,ycoord)
Thanks for all the help,
-Jon
On Jun 22, 1:15 pm, "Eytan Adar" <
eytana...@gmail.com> wrote:
> the node/edge definitions go into any text file (see "sample.gdf" as in the
> tutorial), and yes, you add the image through the interpreter.
>
> -Eytan
>