summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b91531)
raw | patch | inline | side by side (parent: 4b91531)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 28 Nov 2011 07:38:54 +0000 (07:38 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 28 Nov 2011 07:38:54 +0000 (07:38 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index c79248fcf9cb0bf4ec3f2f45e42ab1c45163d923..aa561f6ed4e922e1fd5721505e93946a0e282bc5 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
im->ximg = im->xsize;
im->yimg = im->ysize;
im->yorigin = im->ysize;
+ xtr(im, 0);
ytr(im, DNAN);
return 0;
}