Changes

From Gramps

Howto: Make a relationship chart

61 bytes added, 05:13, 15 July 2015
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:
I3493 I0585 [ shape="box" fillcolor="pink#e0e0ff" style="solid,filled" label="BlanckeKristensen, CharlotteJohn Francis\"Chick\"\n(18011889-10-10 - 1938-10-23)" ];...
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"];

Navigation menu