Menu

New export filters

2003-03-20
2003-04-18
  • Toby Haynes

    Toby Haynes - 2003-03-20

    Since this program (which works really nicely for a lot of the stuff I play with) reads dot files, it would be extremely useful to be able to export dot files as well with the positional information added back into the dot file, much as

    dot test.dot > test2.dot

    does in the graphviz package. That would then allow the dot renderer to be used to generate the output. If noone has tackled this yet, I can probably knock a basic output function together pretty easily.

    Another nice filter to add would be the 'Dia' format. I haven't poured over the documentation for that enough to know how straightforward that would be. I suspect that the XML format output could be used as a basis for a Dia export filter.

     
    • Michael Schmuhl

      Michael Schmuhl - 2003-04-18

      The dot output module is actually the next one I was planning on doing.  The only catch with that one is that a flag will have to be added to the node class to represent the direction of an edge.

      I've actually started the dia format exporter, though I haven't really done much with it.  It's more annoying because you must specify the coordinates of each end, which coordinates are on the edges of the box.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.