[pstricks] printValue
Herbert Voss
LaTeX at zedat.fu-berlin.de
Fri Nov 17 07:15:17 CET 2006
Doris Wagner schrieb:
> hi pstricks-list,
>
> prints the graph, while this one...
>
> \documentclass[11pt]{article}
> \usepackage{pstricks}
> \usepackage{pst-func}
> \begin{document}
> \psset{xunit=0.8cm,yunit=12cm}
> \begin{pspicture}(-4.5,-0.2)(15.5,0.55)
> \psBinomial[linecolor=black,printValue]{10}{0.3}
> %\psBinomial[linecolor=black]{10}{0.3}
> \end{pspicture}
> \end{document}
>
> only prints the values?
\psBinomial[linecolor=black,printValue,valuewidth=15]{10}{0.3}
otherwise you'll get an error on PostScript side
Herbert
More information about the PSTricks
mailing list