summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3fb38fe)
raw | patch | inline | side by side (parent: 3fb38fe)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 May 2005 16:02:28 +0000 (16:02 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 May 2005 16:02:28 +0000 (16:02 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index 76115eceef47bfe1f278c4acd5330c77ae97fd55..f1e1fe7e3db3ca1a900f48d0c226ada899e4901c 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
else {
for(i=0;ylab[i].grid > 0;i++){
pixel = im->ysize / (scaledrange / ylab[i].grid);
- if (pixel > 5) {
+ if (pixel > 7) {
gridind = i;
break;
}