<!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><FONT face=Arial size=2>Again, sorry for my silly question/posting of
earlier today.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>If anyone is interested below is the my final (at
least for now) code and the attached .pdf the result.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I would be interested in any other solutions that
people may have come up for the plotting of data against time, where time is
presented in our normal (but mathematically clumsy) yyy mm dd hh:mm:ss (or
similar) format</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Bruce Burlton</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
size=2>==================================================================================================</FONT></DIV>
<DIV><FONT face=Arial size=2>\documentclass{article}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>\usepackage{pst-pdf}%<BR>\usepackage{multido}<BR>\usepackage{pstricks-add}%<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>\begin{document}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>\def\xlabel#1{\ifcase#1 Jan\or Feb\or Mar\or Apr\or
May\or Jun\or Jul\or Aug\or Sep\or Oct\or Nov\or Dec\or
Jan\fi}<BR>\def\xlabelinc#1{\ifcase#1 0\or 31\or 59\or 90\or 120\or 151\or
181\or 212\or 243\or 273\or 304\or 334\or 365\fi}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>\begin{postscript}%<BR>
\psset{yAxisLabel=Beta Angle (degrees),xAxisLabel={Time
(months)},%<BR>
xAxisLabelPos={5cm,5.5cm},yAxisLabelPos={-1.cm,9cm},llx=-2cm,lly=-2cm,urx=0.5cm,ury=0.5cm}%<BR>
\begin{psgraph}[axesstyle=frame,{xticksize=0 30},{yticksize=0
365},Dx=365,Dy=10,Oy=40,xAxis=false](0,40)(365,70){10cm}{5cm}%<BR>
\readdata{\datafile}{./data/beta.dat}%<BR>
\listplot[linecolor=red]{\datafile}%<BR>
\multido{\i=0+1}{13}{\rput[90](\xlabelinc{\i},37){{\makebox(0,0)[t]{\xlabel{\i}}}{\psline(0,3)(0,33)}}}%<BR>
\end{psgraph}<BR>\end{postscript}</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>\end{document}<BR></DIV></FONT></BODY></HTML>