summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 318360f)
raw | patch | inline | side by side (parent: 318360f)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 13 Apr 2005 19:53:16 +0000 (19:53 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 13 Apr 2005 19:53:16 +0000 (19:53 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index 95ba70df452e835e28122abf946e4c2e1ca281b6..2fd703eb34ca7e78b8216bc3c664cc623de4da9a 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
#endif
text_prop_t text_prop[] = {
- { 9.0, RRD_DEFAULT_FONT }, /* default */
- { 11.0, RRD_DEFAULT_FONT }, /* title */
+ { 8.0, RRD_DEFAULT_FONT }, /* default */
+ { 9.0, RRD_DEFAULT_FONT }, /* title */
{ 8.0, RRD_DEFAULT_FONT }, /* axis */
- { 9.0, RRD_DEFAULT_FONT }, /* unit */
- { 9.0, RRD_DEFAULT_FONT } /* legend */
+ { 8.0, RRD_DEFAULT_FONT }, /* unit */
+ { 8.0, RRD_DEFAULT_FONT } /* legend */
};
xlab_t xlab[] = {
+ legspace[ii]
+ glue;
}
- leg_y += im->text_prop[TEXT_PROP_LEGEND].size*1.7;
+ leg_y += im->text_prop[TEXT_PROP_LEGEND].size*1.8;
if (prt_fctn == 's') leg_y -= im->text_prop[TEXT_PROP_LEGEND].size;
fill = 0;
leg_c = 0;
im->minval = DNAN;
im->maxval = DNAN;
im->unitsexponent= 9999;
- im->unitslength= 5;
+ im->unitslength= 6;
im->symbol = ' ';
im->viewfactor = 1.0;
im->extra_flags= 0;