[pstricks] RE : patch : autoscale y axis for psgraph

Chicoine Martin martin.chicoine at umontreal.ca
Sun Aug 13 08:16:47 CEST 2006


Herbert Voss wrote:
 
>in the pstricks-add.tex from http://perce.de/LaTeX/pstricks-add/ <http://perce.de/LaTeX/pstricks-add/> 
>you can now write
>
>\begin{psgraph}(0,0)(-4.5,-1.5)(3.5,3.5){.5\textwidth}{!}
>
>similiar to the behaviour of \resizebox
>
>Herbert


I found that this option is incompatible with the french option in Babel. The following exemple fails, with a missing number error.
 
\documentclass{article}
\usepackage[francais]{babel}
\usepackage{pstricks-add}
\begin{document}
\begin{psgraph}(0,0)(-1,-1)(1,1){1\textwidth}{!}
  \psplot[algebraic]{-1}{1}{sin(x)}
\end{psgraph}
\end{document}
 
Martin.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 4197 bytes
Desc: not available
Url : http://tug.org/pipermail/pstricks/attachments/20060813/f85209ad/attachment.bin 


More information about the PSTricks mailing list