diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-22 22:35:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-22 22:35:10 +0000 |
commit | a6e54672feaef0c44cae1a61bd56a43f1ec25b3c (patch) | |
tree | 9405900fce93f67557edba60bef026c64be55c63 /Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex | |
parent | c4913f1cd9801002d016b0b6efbee2029d45f435 (diff) |
pst-func (21jun17)
git-svn-id: svn://tug.org/texlive/trunk@44666 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex index e5c5fc0aa5d..66f4b4a9888 100644 --- a/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-func/pst-func-doc.tex @@ -20,7 +20,7 @@ \psGauss[sigma=1, linecolor=blue, linewidth=2pt]{-1.75}{1.75} \end{pspicture}} -\usepackage[style=dtk]{biblatex} +%\usepackage[style=dtk]{biblatex} \addbibresource{pst-func-doc.bib} @@ -1505,6 +1505,18 @@ valid for \Lcs{psBinomialN}. The option \Lkeyword{showpoints} is valid if \Lkeyv +\begin{LTXexample}[pos=t,preset=\centering] +\definecolor{A1}{RGB}{28, 134, 238} +\definecolor{A2}{RGB}{124, 205, 124} +\psset{xunit=4mm,yunit=70cm,arrowscale=1.5}% +\begin{pspicture*}(-2,-0.01)(30,0.25) +\psBinomial[fillstyle=alternateColors, + fillcolorA=A1,fillcolorB=A2, + markZeros]{60}{0.25} +\psaxes[Dx=5,dx=5\psxunit,Dy=0.1,dy=0.1\psyunit, + arrows=D>]{->}(28,0.13)[\Large$k$,-90][\Large$P(X=k)$,0] +\end{pspicture*}% +\end{LTXexample} |