Hi,

On Tue, Oct 30, 2018 at 04:49:16PM -0700, 'Paul Mercat' via sage-devel wrote:
> Hi !
> 
> I'm using the Graphviz librairy to draw graph in the tools that I'm 
> currently developping for sage,
> because it produces much better pictures than the default tool of Sage.
> But I use the program "dot" that I installed on my computer.
> If I'm not mistaken, Graphviz is partially included in Sage, but I was not 
> able to use it.
> Do you know if there is a direct way to call the "dot" of sage from C code 
> in sage ?

Sage does not provide graphviz, hence not the dot command. Hovever, there
is the dot2tex optional package that allows Sage to use the graphviz you
installed on your computer. You can grep Sage source code to see how it is
used.

Ciao,
Thierry


> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to