Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{pstricks-add}
\begin{document}
\psframebox[fillstyle=solid,fillcolor=black!10,framesep=0pt]{%
\begin{pspicture*}(-3.2,-3.2)(6,6)
\pscustom[fillstyle=solid,fillcolor=blue!20,linestyle=none,algebraic]{%
\psplot{-3}{3}{ 1.5*x-2 }
\psline(2.31,1.46)(-1,-4)(5,-4)
}
\psplot[linewidth=1.25pt,algebraic,linestyle=dashed,arrows=<->,arrowinset=0,arrowsize=4pt]{-3}{3}{1.5*x-2}
\psplot[linewidth=1.25pt,algebraic,arrows=<->,arrowinset=0,arrowsize=4pt]{-1}{6}{-.6666*x+3}
\psaxes{<->}(0,0)(-3,-3)(5.8,5.8)[$x$,-90][$y$,0]
\end{pspicture*}
}
\end{document}