Code: Select all
\documentclass{article}
\usepackage{pstricks-add}
\begin{document}
begin{pspicture}(0,-3)(5,3)
\psaxes{->}(0,0)(-4,-4)(5,4)[$x$,-90][$y$,180]
\psplot[algebraic,linecolor=red,linewidth=2pt,arrows=<->]{-4}{2.9}{ln(3-x)}
\psplot[algebraic,linecolor=blue,linewidth=2pt,arrows=<->]{3.1}{6}{ln(x-3)^2}
\uput[90](4.2,-1.5){\textcolor{red}{$f(x)=\ln(3-x)$}}
\end{pspicture}
Nick