Along the x-axis, my labels start with '1' and increase, i.e. " 1 2 3 4 5 " etc.
There is a gap between the vertical y-axis and my first x,y data point (whose x-value is 1). I would like to minimize this gap by shifting the entire plot to the left.
I have played around a little with
Code: Select all
plot.getDomainAxis().setLowerMargin(value);
Does anyone know how to decrease this gap (or eliminate it entirely) ?
Thanks.