Fix horizontal grid to match Yaxis tickers

This commit is contained in:
Mark Watkins 2011-11-30 16:24:30 +10:00
parent 90bae964ce
commit 0297e9d601

View File

@ -44,10 +44,10 @@ void gXGrid::paint(gGraph & w,int left,int top, int width, int height)
if (height<0) return;
QString fd="0";
static QString fd="0";
GetTextExtent(fd,x,y);
double max_yticks=round(height / (y+15.0)); // plus spacing between lines
double max_yticks=round(height / (y+7.0)); // plus spacing between lines
//double yt=1/max_yticks;
double mxy=MAX(fabs(maxy),fabs(miny));