Commit 9e3055287f84770b3cfc41aac0bbbb7a268e6104
1 parent
abfcb76c
Exists in
master
and in
65 other branches
Reduce default margins for a page
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/plotConfig.xml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <default> |
4 | 4 | <page dimension="ISO A4" orientation="landscape" mode="color" dpi="90"> |
5 | 5 | <font name="sans-serif" size="8" /> |
6 | - <margin x="15" y="20" /> <!-- in mm --> | |
6 | + <margin x="5" y="5" /> <!-- in mm --> | |
7 | 7 | </page> |
8 | 8 | <panel resolution="3000" backgroundColor="[255,255,255]"> <!-- charSizeUnits defines space to set all around plot area --> |
9 | 9 | <title position="top" align="center" /> |
... | ... |