我尝试使用命令\tkzDefPointByFct在以下示例中,但它给出了几个错误:
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{tkz-fct}
\begin{document}
\begin{tikzpicture}
\tkzInit[xmin=-2.5,xmax=4.3,ymin=-3.5,ymax=1.5]
\tkzGrid[color=gray!60]
\tkzAxeXY[font=\small]
\tkzFct[domain=-2.5:4,line width=1.5pt]{(-(x+2)*(x-3)**2/4))}
\tkzDefPointByFct[draw](2)
\end{tikzpicture}
\end{document}
错误如下:
! FP error: Evaluation results in multiple values!.
! Undefined control sequence.\tkzDefPointByFct[draw](2)
! I don't know how to \FP@upn[].\tkzDefPointByFct[draw](2)
这个问题似乎与这个问题类似“使用 tkz-fct 时出现奇怪的行为”,但我尝试了解决方案,但没有效果。