<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18904">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I try to plot some data. The values should be 
printed out, but - since the counted things are humans - it is not usefull to 
get results in the form xx.0.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>The code compiles fine, nevertheless: how do I get 
rid of the extra digits behind the comma?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>thx in advance</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Ulrich</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 
face=Arial>\documentclass{article}<BR>\pagestyle{empty}</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>\usepackage{pstricks-add}</FONT></DIV>
<DIV><FONT size=2 face=Arial><BR>&nbsp;\savedata{\neuberam}[{<BR>{2001,15} 
{2002,23} {2003,16} {2004,28} {2005,24} {2006,15}<BR>{2007,19} {2008,14} 
{2009,37} }]</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>\begin{document}</DIV>
<DIV><BR>\pstScalePoints(1,1){2000 sub}{}<BR>&nbsp;\psset{llx=-0.5cm,lly=-1cm, 
xAxisLabel=Jahr,yAxisLabel={absolut},%<BR>&nbsp; 
xAxisLabelPos={c,-0.4in},yAxisLabelPos={-0.4in,c}<BR>&nbsp;}<BR>&nbsp;\psgraph[axesstyle=frame,yticksize=0 
10,Dy=10, 
Dx=1,Ox=2000](0,0)(10,50){4in}{2in}%<BR>&nbsp;\listplot[linecolor=blue,linewidth=2pt,plotstyle=values]{\neuberam}<BR>&nbsp;\listplot[showpoints=true,linecolor=blue,linewidth=1pt]{\neuberam}<BR></DIV>
<DIV>\endpsgraph<BR>\end{document}<BR></FONT></DIV></BODY></HTML>