First of all, consider the following example:
Code: Select all
\documentclass{article}
\usepackage[hmargin=2.4cm,vmargin=3cm,headheight=14.5pt]{geometry}
\usepackage{mathtools}
\usepackage{pst-func,pst-plot,pstricks-add}
\begin{document}
\begin{figure}
\centering
\psset{algebraic,xunit=0.15cm,yunit=0.007cm}
\begin{pspicture}(150.5,-30)(218,940)
\readdata{\normal}{normal.txt}
\dataplot[plotstyle=dots,dotsize=4pt,dotstyle=o,color,linecolor=red,fillcolor=blue,fillstyle=solid]{\normal}
\psGauss[linecolor=red,mue=179.6215,sigma=6.766667,linewidth=2pt]{153}{210}
\psline{->}(150.5,0)(212,0)
\rput(218,0){\small H{\o}jde (\textup{cm})}
\psline{->}(152,-30)(152,900)
\rput(152,940){\small Antal}
\end{pspicture}
\end{figure}
\end{document}
Is it possible to scale the function and if so, how?
Thank you in advance!
PS. The data--collected in the file normal.txt--are attached.