Why can't I run the following command in my TeXShop?
\documentclass{article}
\usepackage{pstricks-add}
\begin{document}
\psset{algebraic=true}
\pspicture(-2,-0.5)(2,2)
\psline{<->}(-2,0)(2,0)
\psline{->}(0,-0.5)(0,2)
\psplot{-1.5}{1}{x*x+x}
\endpspicture
\end{document}
xelatexorlatex->dvips->ps2pdf. – kiss my armpit Aug 06 '12 at 12:37