<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi all!<BR>
The following example which is extracted from pstricks-add-doc.pdf fails on my system and I do not understand why. <BR>
<BR>
\documentclass{article}<BR>
\usepackage{pstricks-add}<BR>
\begin{document}<BR>
        \begin{pspicture}[showgrid=true](-2,-1)(10,10)<BR>
                \psset[xAxisLabel={lol},yAxisLabel={supraLol}]<BR>
                \psgraph[ylabelFactor=\cdot 10^6,Dx=5,Dy=100](0,0)(25,750){8cm}{5cm}<BR>
                \endpsgraph<BR>
        \end{pspicture}<BR>
\end{document}<BR>
<BR>
If I comment the line with the \psset{...}, I do not have an error but the result seems strange. <BR>
<BR>
Moreover, trying the obtain this other example from the doc does not give to an error, but the result is not what is expected.<BR>
\psaxes{-&gt;}(5,2.25)[$x$,0][$y$,90]<BR>
<BR>
The log of the run is attached. What I am doing wrong?<BR>
Any help is appreciated.<BR>
<BR>
Antoine
</BODY>
</HTML>