File:TikZ Tutorial - plots.svg

Summary

Description
English: Plot of two functions and
Date
Source Own work
Author Nobelium
SVG development
InfoField

Source code

TIKZ (TikZ) – This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
TIKZ (TikZ) This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
This media was created with PGF/TikZ (pair of languages for producing vector graphics from a geometric/algebraic description)Category:Images with PGF/TikZ source code
Here is a listing of the source used to create this file.

Deutsch  English  +/−

\documentclass{article}
\usepackage{tikz}

\begin{document}
\begin{tikzpicture}
  \draw [help lines] (-2,0) grid (2,4); 
  \draw [->] (-2.2,0) -- (2.2,0); 
  \draw [->] (0,0) -- (0,4.2); 
  \draw [green, thick, domain=-2:2] plot (\x, {4-\x*\x}); 
  \draw [domain=-2:2, samples=50] plot (\x, {1+cos(pi*\x r});
\end{tikzpicture}
\end{document}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#TikZ%20Tutorial%20-%20plots.svg
Category:Self-published work Category:SVG trigonometric functions Category:TikZ graphics
Category:CC-BY-SA-4.0 Category:Images with PGF/TikZ source code Category:SVG trigonometric functions Category:Self-published work Category:TikZ graphics Category:Valid SVG created with TikZ