[reportlab-users] Axis ending with tick

Robin Becker reportlab-users@reportlab.com
Wed, 17 Mar 2004 08:47:58 +0000


To force the range to be rounded up/down to the next tick value set the
axis.rangeRound attribute to one of

'none'     the axis ends where it will
'both'     both highest and lowest points are ticks
'ceiling'  highest value is made to be on a tick   
'floor'    lowest value is made to be on a tick 
-- 
Robin Becker