Hello
Let me first congratulate all your team for this extrodinary soft.
It's really easy to use but I have a little question about GraphXML. I would like that all my nodes was represented by a picture (like a square or a circle).
First of all sorry for the delay of about a month.
It is possible at least with the current CVS revision. The tag you have to use is :
<node ...>
...
<style><fill xlink:href="point.gif"/></style>
</node>
I'll send you a separate mail with an attached example.
Regards,
Jens.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
Let me first congratulate all your team for this extrodinary soft.
It's really easy to use but I have a little question about GraphXML. I would like that all my nodes was represented by a picture (like a square or a circle).
I found that to make a square I can use :
"<fill tag="node" class="Carre" fillstyle="solid" colour="yellow"/> "
But for a circle I don't know.
Can You help me by answering 2 littles questions?
Can Hypergraph picture circle or icone for nodes?
Do you know how can I by using graphXml attach a picture to a node
Thanks a lot
Have a nice day
Sebastien
Hi Sebastien,
First of all sorry for the delay of about a month.
It is possible at least with the current CVS revision. The tag you have to use is :
<node ...>
...
<style><fill xlink:href="point.gif"/></style>
</node>
I'll send you a separate mail with an attached example.
Regards,
Jens.