From: ellson Date: Sun, 17 Jul 2005 23:53:11 +0000 (+0000) Subject: use a different example for setting a graph attribute X-Git-Tag: LAST_LIBGRAPH~32^2~7419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5a6a3c2e6d6801d7af10da2d151ea5d9598c681;p=graphviz use a different example for setting a graph attribute --- diff --git a/lib/graph/graph.3 b/lib/graph/graph.3 index 49fbc7bf0..e60836f7c 100644 --- a/lib/graph/graph.3 +++ b/lib/graph/graph.3 @@ -252,7 +252,7 @@ graph any_name { /* an undirected graph */ } digraph G { - bb="8.5,11"; /* sets a graph attribute */ + size="8.5,11"; /* sets a graph attribute */ a -> b; /* makes a directed edge */ chip12.pin1 -> chip28.pin3; /* uses named node "ports" */ }