ext_7925 (
compilerbitch.livejournal.com
) wrote
in
compilerbitch
2004-02-05 04:50 pm (UTC)
Re:
As a slight aside, this is what the
dot
source for the diagram I posted looks like:
digraph g
{
"\fz"[shape=epsf;shapefile="_framebox___fz__.eps"];
"\fp"[shape=epsf;shapefile="_framebox___fp__.eps"];
"\fq"[shape=epsf;shapefile="_framebox___fq__.eps"];
"\tz"[shape=epsf;shapefile="_framebox___tz__.eps"];
"\tp"[shape=epsf;shapefile="_framebox___tp__.eps"];
"\tq"[shape=epsf;shapefile="_framebox___tq__.eps"];
"\ftz"[shape=epsf;shapefile="_framebox___ftz__.eps"];
"\ftp"[shape=epsf;shapefile="_framebox___ftp__.eps"];
"\ftq"[shape=epsf;shapefile="_framebox___ftq__.eps"];
"\tfz"[shape=epsf;shapefile="_framebox___tfz__.eps"];
"\tfp"[shape=epsf;shapefile="_framebox___tfp__.eps"];
"\tfq"[shape=epsf;shapefile="_framebox___tfq__.eps"];
"\clock"[shape=epsf;shapefile="_framebox___clock__.eps"];
"\static"[shape=epsf;shapefile="_framebox___static__.eps"];
"\bigstar"[shape=epsf;shapefile="_framebox___bigstar__.eps"];
"\fq" -> "\fz" [dir=back];
"\static" -> "\fz" [dir=back];
"\fq" -> "\fp" [dir=back];
"\bigstar" -> "\fq" [dir=back];
"\tq" -> "\tz" [dir=back];
"\static" -> "\tz" [dir=back];
"\tq" -> "\tp" [dir=back];
"\bigstar" -> "\tq" [dir=back];
"\ftq" -> "\ftz" [dir=back];
"\clock" -> "\ftz" [dir=back];
"\ftq" -> "\ftp" [dir=back];
"\bigstar" -> "\ftq" [dir=back];
"\tfq" -> "\tfz" [dir=back];
"\clock" -> "\tfz" [dir=back];
"\tfq" -> "\tfp" [dir=back];
"\bigstar" -> "\tfq" [dir=back];
"\bigstar" -> "\clock" [dir=back];
"\clock" -> "\static" [dir=back];
}
(
20 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
Re:
digraph g
{
"\fz"[shape=epsf;shapefile="_framebox___fz__.eps"];
"\fp"[shape=epsf;shapefile="_framebox___fp__.eps"];
"\fq"[shape=epsf;shapefile="_framebox___fq__.eps"];
"\tz"[shape=epsf;shapefile="_framebox___tz__.eps"];
"\tp"[shape=epsf;shapefile="_framebox___tp__.eps"];
"\tq"[shape=epsf;shapefile="_framebox___tq__.eps"];
"\ftz"[shape=epsf;shapefile="_framebox___ftz__.eps"];
"\ftp"[shape=epsf;shapefile="_framebox___ftp__.eps"];
"\ftq"[shape=epsf;shapefile="_framebox___ftq__.eps"];
"\tfz"[shape=epsf;shapefile="_framebox___tfz__.eps"];
"\tfp"[shape=epsf;shapefile="_framebox___tfp__.eps"];
"\tfq"[shape=epsf;shapefile="_framebox___tfq__.eps"];
"\clock"[shape=epsf;shapefile="_framebox___clock__.eps"];
"\static"[shape=epsf;shapefile="_framebox___static__.eps"];
"\bigstar"[shape=epsf;shapefile="_framebox___bigstar__.eps"];
"\fq" -> "\fz" [dir=back];
"\static" -> "\fz" [dir=back];
"\fq" -> "\fp" [dir=back];
"\bigstar" -> "\fq" [dir=back];
"\tq" -> "\tz" [dir=back];
"\static" -> "\tz" [dir=back];
"\tq" -> "\tp" [dir=back];
"\bigstar" -> "\tq" [dir=back];
"\ftq" -> "\ftz" [dir=back];
"\clock" -> "\ftz" [dir=back];
"\ftq" -> "\ftp" [dir=back];
"\bigstar" -> "\ftq" [dir=back];
"\tfq" -> "\tfz" [dir=back];
"\clock" -> "\tfz" [dir=back];
"\tfq" -> "\tfp" [dir=back];
"\bigstar" -> "\tfq" [dir=back];
"\bigstar" -> "\clock" [dir=back];
"\clock" -> "\static" [dir=back];
}