<br>Hi Herbert:<br><br>In my previous post I attached an image of the problem when I compile the file<br><pre><a href="http://tug.org/PSTricks/pst-plot/Examples/plot19.tex">http://tug.org/PSTricks/pst-plot/Examples/plot19.tex</a><br>
whithout any change.<br><br><br>A simpler example is the one that you provided, changing 'solid' with 'hlines' (or other). <br>I attach the .png file to show the problem.<br><br></pre>\documentclass{article}<br>
\usepackage{pstricks-add}<br><br>\begin{document}<br>\begin{pspicture}(-1,-1)(3,6)<br>\pscustom[algebraic,linestyle=none,fillstyle=hlines]{%<br>     \psplot{0}{1.5}{x^2}<br>     \psline(1.5,0)(0,0)<br>}<br>\psaxes{->}(3,4)<br>
\psplot[algebraic]{0}{2}{x^2}<br>\end{pspicture}<br>\end{document}<br><br>