how to draw a graph (nodes and arcs)?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • _andrea.l

    how to draw a graph (nodes and arcs)?

    I'd like to draw a graph using a different pictures for each node.
    How can I do?
    I'd like to link the nodes and the arcs.
    There is a library for doing that?
    if it not exists what is the best algorithms for doing that?
    Thank you in advance,
    Andra.


  • Iván Sánchez Ortega

    #2
    Re: how to draw a graph (nodes and arcs)?

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    _andrea.l wrote:
    [color=blue]
    > I'd like to draw a graph using a different pictures for each node.
    > How can I do?[/color]

    Either use GD for painting the nodes and lines over a image canvas (see the
    PHP's image functions) or use the <canvas> element (firefox- and
    safari-compliant).

    - --
    - ----------------------------------
    Iván Sánchez Ortega -i-punto-sanchez--arroba-mirame-punto-net

    "Windows is all about choice."
    -- David Fester, manager of Microsoft's digital
    media division
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.2 (GNU/Linux)

    iD8DBQFDzA863jc Q2mg3Pc8RAmg0AJ 92GLTvDvElbvlhm Sgas+NXZ7TVKQCf Ysyi
    33iJyFES1f5KLpS fG2bsBzQ=
    =h5Wp
    -----END PGP SIGNATURE-----

    Comment

    • Andy Hassall

      #3
      Re: how to draw a graph (nodes and arcs)?

      On Mon, 16 Jan 2006 22:03:45 +0100, "_andrea.l"
      <andrea.lorizAN TISPAM@libero.i t> wrote:
      [color=blue]
      >I'd like to draw a graph using a different pictures for each node.
      >How can I do?
      >I'd like to link the nodes and the arcs.
      >There is a library for doing that?
      >if it not exists what is the best algorithms for doing that?[/color]

      (Please don't multipost - answered in alt.php before I saw this copy here.
      Answer repeated below for the benefit of anyone reading this copy of the
      thread:)

      Please join the Graphviz forum to ask questions and discuss Graphviz. What is Graphviz? Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.



      --
      Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
      http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

      Comment

      Working...