[graphviz-interest] Increase size of graph - Heading gets cut off
"Gordon, David" <[email protected]>
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <6CF8CB4B51F27144A400ADED311CF660331C6F11@FRGR3D1MX03.services.firstrand.net> |
Hi,
Am not sure why my heading gets cut off? Please advise what I need to do in order to increase the size of the graph so it can accommodate a large heading. My dos command is as follows:
dot -Tsvg -o d:\graphviz\command\test2.svg d:\graphviz\command\test2.txt
Thanks
David
digraph g{
graph [ fontname="Arial Black" fontsize="14" labelloc="top" newrank="true" splines="polyline" compound=true size="18,28" ]
graph [labelloc="top" label="New Data Warehouse Phase 1 - to be applied for the next 3 years" fontname="Arial Black" fontsize=28 newrank=true bgcolor=white rankdir="LR"] ;
node [height=1 width=2 fillcolor=yellow]
edge [penwidth=3 minlen=3]
subgraph cluster_box0 {
graph [labelloc="top" label="Sources" fontname="Arial" fontsize=24 newrank=true bgcolor=lightgrey rankdir="LR" minlen=3] ;
node [style="rounded,filled" fontname="Arial"]
s01 [label="Green Model\n Data" shape=rect fillcolor=lawngreen ]
s02 [label="Sources used\nfor OSVC" shape=rect fillcolor=orange ]
s03 [label="New Data\nWarehouse" shape=rect fillcolor=lightblue]
s01->s03
s02->s03
}
}
To read FirstRand Bank's Disclaimer for this email click on the following address or copy into your Internet browser:
https://www.fnb.co.za/disclaimer.html
If you are unable to access the Disclaimer, send a blank e-mail to
[email protected] and we will send you a copy of the Disclaimer.
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest
test2.svg
(image/svg+xml, 3.6 KB) - not displayed