[pstricks] Problem with arrayjob package and the array environment

Bruce Burlton bruceburlton at sympatico.ca
Thu Jan 3 15:36:58 CET 2008


>
> use a simple macro instead.
>
> \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}
>
> %\begin{postscript}%
>   \psset{yAxisLabel=Beta Angle (degrees),xAxisLabel={Time (months)},%
>     xAxisLabelPos={5cm,5.5cm},yAxisLabelPos={-1.cm,9cm},
> llx=-2cm,lly=-2cm,urx=0.5cm,ury=0.5cm}%
>   \begin{psgraph}[axesstyle=frame,xticksize=0 30,yticksize=0 366,
> Dx=30,Dy=10,Oy=40,xAxis=false](0,40)(366,70){10cm}{5cm}%
>     \readdata{\datafile}{./datafile1.dat}%
>     \listplot[linecolor=red]{\datafile}%
>     \multido{\nt=0+30,\i=0+1}{13}{\rput{90}(\nt,37){\xlabel{\i}}}%
>   \end{psgraph}%
>
>
> Herbert


Thanks.  I have implemented your solution.  I do have one problem with it. 
The image produced (with or without pst-pdf) is rotated 90 degrees 
clockwise, and I have not been able to determine how to unrotate it

Bruce 




More information about the PSTricks mailing list