Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass[tikz]{standalone}
  2. usepackage{tkz-fct}
  3. begin{document}
  4. begin{tikzpicture}[>=stealth']
  5. tkzInit[xmin=-15,xmax=25,
  6. ymin=-250,ymax=50,
  7. xstep=5,ystep=50]
  8. tkzAxeXY
  9. tkzFct[domain=-10:24,color=blue,very thick,<->]{14*x-x**2}
  10. end{tikzpicture}
  11. end{document}
  12.  
  13. pdflatex -shell-escape filename.tex
  14.  
  15. Package pgf Warning: Plot data file `filename.tkzfct.table' not found. on input line 32.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement