login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for SandBoxGraphviz revision 1 of 1

1
Editor:
Time: 2009/10/13 22:46:26 GMT-7
Note: playing with graphviz

changed:
-
\begin{latex}
\digraph[scale=1.0]{SandBox5Graph1}{rankdir=LR; a->b->c; a->h; b->d; c->h; e->d e->f->g; f->h; g->h}
\end{latex}

This is the table below:

+---+---+
| a | b |
+---+---+
| c | c |
+---+---+

ok?

\begin{latex}
\digraph[scale=1.0]{SandBox5Graph2}{
	graph [URL="default.html"];
	a [URL="a.html"];
	b [URL="b.html"];
	c [URL="c.html"];
	a -> b; b -> c;
	a -> c
}
\end{latex}


The End.


\digraph[scale=1.0]{SandBox5Graph1}{rankdir=LR; a->b->c; a->h; b->d; c->h; e->d e->f->g; f->h; g->h}
 

This is the table below:

a

b

c

c

ok?


\digraph[scale=1.0]{SandBox5Graph2}{
        graph [URL="default.html"];
        a [URL="a.html"];
        b [URL="b.html"];
        c [URL="c.html"];
        a -> b; b -> c;
        a -> c
}
 

The End.