Hi Herbert, thank you very much for your prompt answer but your advice does not help in my case. <br>The following input does not produce visible spiral. Amazingly labels of the axes are all located at the origin.<br>-Andrzej <br clear="all">
\listfiles<br>\documentclass[12pt]{article}% <br>\usepackage{pstricks-add,pst-solides3d}<br>\begin{document}<br>\pagestyle{empty}<br>%<br>\begin{pspicture}(-5,-5)(5,5)<br><br> \defFunction[algebraic]{helice}(t){3*cos(4*t)}{3*sin(4*t)}{t}<br>
\psSolid[object=courbe,r=0,<br> range=0 3,<br> linewidth=2pt,<br>resolution=360,<br>  function=helice]%<br>%<br>\axesIIID[showOrigin=true ](1,1,1)(3,2,2.5)<br>\end{pspicture}<br>%%<br>\end{document}<br><br>-<br>