Adam Fenn schrieb: > In the example below the last label on each axis is missing. If I change Dx=.1 to Dx=.2 the label appears. What is the correct way to ensure that all labels are printed? > > \psset{unit=10cm} > \pspicture(0,0)(1,1) > \psaxes[Ox=0,Oy=0,Dx=.1,Dy=.1](0,0)(1,1) \psaxes[Dx=.1,dx=1cm,Dy=.1,dy=1cm](0,0)(1,1) > \endpspicture Herbert