Graph, Cluster and Node Gradients
Demonstrates graph, cluster and node gradients.
[Input .gv File] [SVG] [Raster Image]
g_c_n.gv.txt
digraph G { bgcolor="purple:pink" label="agraph" fontcolor="white"
subgraph cluster1 {fillcolor="blue:cyan" label="acluster" fontcolor="white" style="filled" gradientangle="270"
node [shape=box fillcolor="red:yellow" style="filled" gradientangle=90]
anode;
}
}
Copyright © 1996-2004 AT&T. All rights reserved.
Last modified
June 14, 2021
: Update docsy theme (097a529)