The following is my code:
\documentclass[12pt]{article}
\usepackage{tkz-fct}
\begin{document}
\begin{tikzpicture}[]
\tkzInit[xmin=-5,xmax=5,ymax=2]
\tkzGrid
\tkzAxeXY
\tkzFct[color=red,domain=0:2]{2*x**2/(x**2+1)}
\tkzFct[color=blue,domain=0:2]{x**2}
\end{tikzpicture}
\end{document}
So why only one plot is displayed here?
Thank you!!!


pdflatexxelatexandlualatex. I compile the documentation withlualatex. I createidonly to use other macro (for example to place a point) – Alain Matthes May 04 '20 at 09:28