[pstricks] Issue with \psplotTangent* ?

robert.fischer10 at arcor.de robert.fischer10 at arcor.de
Thu Dec 29 12:30:05 CET 2011


Hello,

\psplotTangent works normal. But with \psplotTangent* there seems to be a problem concerning the linewidth (at least for my system settings and the example below). 

\documentclass{minimal}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{txfonts}
\usepackage{pst-pdf}
\usepackage{pstricks-add}
\usepackage[mathstrut]{mattens}

\pagestyle{empty}

\begin{document}

\begin{pspicture}(0,0.3)(4.7,3.8)
%	\psgrid[gridcolor=gray,subgridcolor=lightgray]
	\def\Func{75 x mul sin 2 add}
	\psplot{0}{4}{\Func}
	\psplotTangent[arrowinset=0,arrowscale=1.5,arrows=->]{0.5}{1}{\Func}%OK
	\psplotTangent*[arrowinset=0,arrowscale=1.5,arrows=->]{1}{1}{\Func}%linewidth not default (to small)???
	\psplotTangent*[linewidth=20,arrowinset=0,arrowscale=1.5,arrows=->]{1.5}{1}{\Func}%no effect on linewidth???
\end{pspicture}

\end{document}

Attachments 
-M01-pics.pdf shows my output
-M01.log the package versions and running system information (I have updated the packages today)

Just want to find out, if the problem only appears for me or not.

Best Regards,
Robert.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: M01-pics.pdf
Type: application/pdf
Size: 3126 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20111229/e357a23f/attachment.pdf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: M01.log
Type: application/octet-stream
Size: 18964 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20111229/e357a23f/attachment.obj>


More information about the PSTricks mailing list