<br><br>Hi, Herbert.<br><br>Umm ... I have tried it but it seems that it translates the tick, as rput.<br>With the coordinates that you give it does not work properly. I need to write:<br><br>\begin{pspicture}(-3.5,-3.5)(3.5,3.5)<br>
  \psplot[linewidth=2pt,linecolor=red]{0.001}{3}{x log}<br>  \psaxes[Dx=2, Dy=2, xylogBase=10,Oy=-3,Ox=-3]{-&gt;}(-3,-3)(3.5,3.5)<br>  \psyTick[origin={-3,0}](2){y_2}  %% instead of origin={-3,-3}<br>  \psxTick[origin={0,-3}](2){x_2}   %% instead of origin={-3,-3}<br>
\end{pspicture}<br><br>If origin means &quot;axes origin&quot; is a little strange. If you mean &quot;translation&quot; it is ok. <br>A simpler syntax could avoid the &#39;0&#39;, something like <br>  \psyTick[Ox=-3](2){y_2}<br>


  \psxTick[Oy=-3](2){x_2}<br>

<br>Anyway, if I need to pass the origin, for me it is ok as it is (or as it was). I wanted to avoid retyping the origin for each tick but I guess the origin of the axis is not saved, so retyping is needed.<br><br>Thank you again for your time. <br>
<br>Kin<br><br><br>