I am trying to draw a graph of the normal density with mean 100 and standard deviation 10. I'd like it to be a "normal" size. I can't seem to figure out how to get the axes labeled for this mean. I think I'd like axes in the shape of an upside-down T (ie showing only the first and second quadrants of a Cartesian graph) with the origin at (100,0). I'll attach the closest thing I have to what I want -- basically, this is the right size and shape, etc, but I just want the axes labeled as explained above. I've been fiddling around with the various parameters for a while now and can't seem to get it. Thanks so much!
Code: Select all
\begin{pspicture}(-6,-1)(6,6)
\psset{yunit=4,xunit=2}
\psaxes{->}(-2.5,0)(2.5,1.25)
\psGauss[linecolor=red,linewidth=1pt]{-2}{2}
\end{pspicture}