0

I'm looking for a software to create vector images of Graphs. below features are required:

  • Be able to draw special graphs like n-complete , K graphs etc.
  • Available for ubuntu

I want to generate ps-tricks code (if possible). there should be something like LaTeX-Draw specialized in graphs. is there?

hotei
  • 3,693
  • 2
  • 21
  • 24
Soroush Rabiei
  • 133
  • 1
  • 9

1 Answers1

0

You can use dot2tex to translate Graphviz files in PSTricks or PGF/TikZ commands. You can even write directly in the LaTeX source code with the dot2texi package, here's an example.

Anyway Graphviz itself is able to produce several formats (ps, svg, etc.).

All you have to do is learn the DOT language syntax (used by Graphviz), but there are plenty of examples around.

I'm not sure if this fits with you special needs, but maybe it's worth to make a try.

cYrus
  • 22,335