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