<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Never mind, I found my problem.&nbsp; A typo (mine) in the use of 
rput<BR><BR>Thanks for the help anyway</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>----- Original Message ----- <BR>From: "Bruce Burlton" &lt;<A 
href="">bruceburlton@sympatico.ca</A>&gt;<BR>To: &lt;<A 
href="">pstricks@tug.org</A>&gt;<BR>Sent: Thursday, January 03, 2008 9:36 
AM<BR>Subject: <BR><BR><BR>&gt; &gt;<BR>&gt;&gt; use a simple macro 
instead.<BR>&gt;&gt;<BR>&gt;&gt; \def\xlabel#1{\ifcase#1 Jan\or Feb\or Mar\or 
Apr\or May\or Jun%<BR>&gt;&gt; \or Jul\or Aug\or Sep\or Oct\or Nov\or Dec\or 
Jan\fi}<BR>&gt;&gt;<BR>&gt;&gt; %\begin{postscript}%<BR>&gt;&gt;&nbsp;&nbsp; 
\psset{yAxisLabel=Beta Angle (degrees),xAxisLabel={Time 
(months)},%<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
xAxisLabelPos={5cm,5.5cm},yAxisLabelPos={-1.cm,9cm},<BR>&gt;&gt; 
llx=-2cm,lly=-2cm,urx=0.5cm,ury=0.5cm}%<BR>&gt;&gt;&nbsp;&nbsp; 
\begin{psgraph}[axesstyle=frame,xticksize=0 30,yticksize=0 366,<BR>&gt;&gt; 
Dx=30,Dy=10,Oy=40,xAxis=false](0,40)(366,70){10cm}{5cm}%<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
\readdata{\datafile}{./datafile1.dat}%<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
\listplot[linecolor=red]{\datafile}%<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
\multido{\nt=0+30,\i=0+1}{13}{\rput{90}(\nt,37){\xlabel{\i}}}%<BR>&gt;&gt;&nbsp;&nbsp; 
\end{psgraph}%<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; 
Herbert<BR>&gt;<BR>&gt;<BR>&gt; Thanks.&nbsp; I have implemented your 
solution.&nbsp; I do have one problem with it. <BR>&gt; The image produced (with 
or without pst-pdf) is rotated 90 degrees <BR>&gt; clockwise, and I have not 
been able to determine how to unrotate it<BR>&gt;<BR>&gt; Bruce 
<BR></DIV></BODY></HTML>