<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div>This:</div><div><br></div><div><div>\documentclass{article}</div><div>\usepackage{amsmath}</div><div>\usepackage{pst-bar}</div><div>\usepackage{pstricks-add}</div><div>\usepackage{filecontents}</div><div>\begin{document}</div><div><br></div><div>\begin{filecontents*}{HumboldtPopulation.csv}</div><div>7322,26672,78142,16194</div><div>\end{filecontents*}</div><div><br></div><div>\begin{center}</div><div>\psset{xunit=0.4in,yunit=0.000025in}</div><div>\begin{pspicture}(-2,0)(5,80000)</div><div>\psframe[fillstyle=solid,fillcolor=black!10,linestyle=solid](0,0)(5,80000)</div><div>\psaxes[yticksize=0 5,ticks=y,labels=y,Dy=10000](0,0)(0,0)(5,80000)</div><div>\readpsbardata[header=false]{\data}{HumboldtPopulation.csv}</div><div>\psbarchart[barstyle=blue]{\data}</div><div>\rput{90}(-1.25,40000){Humboldt Population}</div><div>\end{pspicture}</div><div>\end{center}</div><div><br></div><div>\end{document}</div><div><br></div><div>Produces this error:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">! Dimension too large.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">&lt;to be read again&gt;&nbsp;</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">l.17 \readpsbardata</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [header=false]{\data}{HumboldtPopulation.csv}</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">?&nbsp;</div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;"><br></span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;"><br></span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">Anyone know what this means? Workaround?</span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;"><br></span></font></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;">David.</span></font></div></div></div></body></html>