[pstricks] Plotting Daily Precipitation Total

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Jan 26 22:53:40 CET 2012


Am 26.01.2012 01:09, schrieb Rich Shepard:
> On Wed, 25 Jan 2012, Rich Shepard wrote:
>
>> I need to plot daily precipitation totals over several years.
>
> I'm stuck in understanding the LaTeX error message when I try to run this
> file:
>
> \documentclass[12pt]{article}
> \usepackage[landscape,lmargin=0.5in]{geometry}
> \setlength\paperwidth{10.0in}
> \setlength\paperheight{3.5in}
> \usepackage{pstricks,pst-plot}
> \begin{document}
>
> \psset{xunit=0.1mm,yunit=0.05mm}
> \begin{pspicture}(-0.5, -0.5)(1050,5)
> \fileplot[plotpoints=10,showpoints=true,linewidth=1px]%
> {all-records.dat}

Rich,

try it without the showpoints option, use

\fileplot[plotpoints=10,linewidth=1px]{ntc.data}

Or use \listplot with reading the data before with \readdata

I need some time for a closer look.

Herbert


> \psaxes[dx=200,Dx=200,Dy=100,tickstyle=bottom]{-}(1300,500)
> \end{pspicture}
>
> \end{document}
>
> The log file is attached; I can send the data file if desired.
>
> I suspect the issue is with the end points of pspicture, but I don't
> understand the failure cause.
>
> TIA,
>
> Rich
>
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/



More information about the PSTricks mailing list