draw dependency graphic

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

    draw dependency graphic

    Hi,

    I'm a newbie to graphic theory. Now, I need to draw dependency graphic. The
    input is a description of dependency graphic in array or XML. The output
    shall be in one of the format: pdf, ps, bmp, jpeg.

    Is there any existing tool can do this?

    PS. The dependency graphic is a Directed Graph.


    Sorry for inconvenience, and thanks in advance,
    Liang


  • Jack Klein

    #2
    Re: draw dependency graphic

    On Mon, 8 Mar 2004 16:03:36 +0800, "Liang" <leo2002chen@ho tmail.com>
    wrote in comp.lang.c++:
    [color=blue]
    > Hi,
    >
    > I'm a newbie to graphic theory. Now, I need to draw dependency graphic. The
    > input is a description of dependency graphic in array or XML. The output
    > shall be in one of the format: pdf, ps, bmp, jpeg.
    >
    > Is there any existing tool can do this?
    >
    > PS. The dependency graphic is a Directed Graph.
    >
    >
    > Sorry for inconvenience, and thanks in advance,
    > Liang[/color]

    Please don't post questions that have nothing at all to do with the
    C++ language in news:comp.lang. c++.

    --
    Jack Klein
    Home: http://JK-Technology.Com
    FAQs for
    comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
    comp.lang.c++ http://www.parashift.com/c++-faq-lite/
    alt.comp.lang.l earn.c-c++

    Comment

    • apm

      #3
      Re: draw dependency graphic

      "Liang" <leo2002chen@ho tmail.com> wrote in message news:<c2h7pg$k3 u$1@avnika.corp .mot.com>...[color=blue]
      > Hi,
      >
      > I'm a newbie to graphic theory. Now, I need to draw dependency graphic. The
      > input is a description of dependency graphic in array or XML. The output
      > shall be in one of the format: pdf, ps, bmp, jpeg.
      >
      > Is there any existing tool can do this?[/color]

      daVinci is quite good, I find its output is better than graphviz. Its
      closed-source unfortunately. The latest version is at
      http://www.b-novative.com/download/download.html. This product costs.
      However, earlier versions were available at no charge. See
      http://www.tzi.de/~davinci/daVinci_get_daVinci.html for the version
      you need.

      Regards,

      Andrew M.

      Comment

      Working...