%% %% A DANTE-Edition example %% %% %% Copyright (C) 2011 Herbert Voss %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. %% %% See http://www.latex-project.org/lppl.txt for details. %% %% %% ==== % Show page(s) 1 %% \documentclass[]{article} \pagestyle{empty} \setlength\textwidth{375.57637pt} \setlength\parindent{0pt} \usepackage{pstricks-add,pst-func} \begin{document} \psset{unit=0.75}% \begin{pspicture}(-0.5,-2)(5,2.5)\psaxes{->}(0,0)(0,-2)(3,2.5) \psVolume[fillstyle=solid,fillcolor=magenta!30](0,4){1}{x sqrt}\psline{->}(4,0)(5,0) \end{pspicture} \begin{pspicture}(-0.5,-2)(5,2.5)\psaxes{->}(0,0)(0,-2)(3,2.5) \psVolume[fillstyle=solid,fillcolor=red!40](0,4){2}{x sqrt}\psline{->}(4,0)(5,0) \end{pspicture} \begin{pspicture}(-0.5,-2)(5,2.5)\psaxes{->}(0,0)(0,-2)(3,2.5) \psVolume[fillstyle=solid,fillcolor=blue!40](0,4){4}{x sqrt}\psline{->}(4,0)(5,0) \end{pspicture} \end{document}