Code: Select all
2 x exp
Code: Select all
2 .5* x exp
thank you in advance for any suggestions..
Nick
Code: Select all
2 x exp
Code: Select all
2 .5* x exp
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{minimal}
\usepackage{pstricks-add}
\begin{document}
\begin{psgraph}(0,0)(1,3){2cm}{!} % x-y-axis with same unit
\psplot[algebraic=true,linecolor=red]{0}{1}{0.5*5^x}
\end{psgraph}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.