X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.c;h=aa561f6ed4e922e1fd5721505e93946a0e282bc5;hb=ac7f87b31e9592953cea7a4e05be4413a406b536;hp=c79248fcf9cb0bf4ec3f2f45e42ab1c45163d923;hpb=8ce4b39d191d7d993e913a988cdf6ed082bd8e7a;p=rrdtool.git diff --git a/src/rrd_graph.c b/src/rrd_graph.c index c79248f..aa561f6 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -2943,6 +2943,7 @@ int graph_size_location( im->ximg = im->xsize; im->yimg = im->ysize; im->yorigin = im->ysize; + xtr(im, 0); ytr(im, DNAN); return 0; }