[pstricks] problem with pscustom

Kin Mye kinmye at gmail.com
Thu Jun 7 22:20:58 CEST 2012


Hi Herbert:

In my previous post I attached an image of the problem when I compile the
file

http://tug.org/PSTricks/pst-plot/Examples/plot19.tex
whithout any change.


A simpler example is the one that you provided, changing 'solid' with
'hlines' (or other).
I attach the .png file to show the problem.

\documentclass{article}
\usepackage{pstricks-add}

\begin{document}
\begin{pspicture}(-1,-1)(3,6)
\pscustom[algebraic,linestyle=none,fillstyle=hlines]{%
     \psplot{0}{1.5}{x^2}
     \psline(1.5,0)(0,0)
}
\psaxes{->}(3,4)
\psplot[algebraic]{0}{2}{x^2}
\end{pspicture}
\end{document}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20120607/00346fbd/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hlines.png
Type: image/png
Size: 6286 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20120607/00346fbd/attachment-0001.png>


More information about the PSTricks mailing list