16,736
edits
Changes
→Manual changes
=== Manual changes ===
The Graphviz '''.gv''' dot file is a text file with a well explained documented structure, (See: [http://www.graphviz.org/Documentation.php graphviz.org/Documentation] )
digraph GRAMPS_graph
bgcolor=white;
center="true";
charset="iso-8859-1utf8";
concentrate="false";
dpi="7572"; graph [fontsize=1214]; ....
then the actual Gramps data are shown:
You can optimize the layout by making changes in the file.
*For paper size: look for the "page" (paper size) and "size" (area of paper to use), and change these to '''some large values'''. This is important as otherwise the figure will be wrongly scaled giving bad and the picture quality will be poor (eg unreadable text).
*You can also change the font by adding a font family. Look for the lines
node [style=filled fontsize="12"];