herbert,<br>
<br>
i am very grateful for your assistance; it worked like a charm. my
strength appears to lie in beautifying figures, rather than figuring
out grid conversions, but your example should get me started toward
cracking the latter mystery.<br>
<br>
thanks,<br>
andrew<br><br><div><span class="gmail_quote">On 3/24/06, <b class="gmail_sendername">Herbert Voss</b> &lt;<a href="mailto:LaTeX@zedat.fu-berlin.de">LaTeX@zedat.fu-berlin.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Andrew Enterline wrote:<br><br>&gt; however, i am experiencing difficulty wrapping my brain around getting<br>&gt; my data series values to match up with my axis labels.&nbsp;&nbsp;more precisely,<br>&gt; i'm having difficulty translating my data series into the proper plot
<br>&gt; coordinates.&nbsp;&nbsp;i am wondering if anybody has a nifty way to translate<br>&gt; data series values into the appropriate coordinates in a plot. below,<br>&gt; i'm pasting an illustration of my problem. the axis labels are correct,
<br>&gt; but the line plotted is incorrect.<br><br>\documentclass[12pt]{article}<br>\usepackage{pstricks}<br>\usepackage{pst-plot}<br><br>\begin{document}<br>\def\data{<br>&nbsp;&nbsp;1 0.03&nbsp;&nbsp;2 0.04&nbsp;&nbsp;4 0.05&nbsp;&nbsp;6 0.06<br>&nbsp;&nbsp;8 0.07 10 0.08
 12 0.08 14 0.09<br>16 0.09 18 0.1&nbsp;&nbsp;20 0.1&nbsp;&nbsp;22 0.11<br>24 0.11 26 0.12 28 0.12 30 0.12<br>32 0.13 34 0.13 36 0.13 38 0.14<br>40 0.14 42 0.14 44 0.15 46 0.15<br>48 0.15 50 0.15}<br><br>\psset{xunit=0.2, yunit=50}% to get 10cm x 10cm with the data values
<br>\begin{pspicture}(0,0)(50,0.2)<br>&nbsp;&nbsp; \psaxes[tickstyle=bottom,Dx=5,Dy=.02,dx=1cm,dy=1cm]{-&gt;}(0,0)(50,0.2)<br>&nbsp;&nbsp; \listplot[linecolor=red]{\data}%<br>\end{pspicture}<br><br>\end{document}<br><br><br>Herbert<br><br><br>
_______________________________________________<br>pstricks mailing list<br><a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br><a href="http://tug.org/mailman/listinfo/pstricks">http://tug.org/mailman/listinfo/pstricks
</a><br></blockquote></div><br>