Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. \usepackage{tkz-euclide}
  2.  
  3. \begin{figure}[h]
  4. \begin{tikzpicture}
  5. \tkzInit[xmax=6,ymax=7,xmin=0,ymin=0]
  6. \draw [thick, ->] (0,0) -- (0,6) node[text=cyan,anchor=south]{Preis};
  7. \draw [thick, ->] (0,0) -- (7,0) node[text=cyan,anchor=west]{Nachgefragte Menge};
  8. \draw [thin] (0,5) -- (5,0);
  9. \draw [thin] (-0.1,2) node[text=cyan,anchor=east] {$p2$}-- (3,2);
  10. \draw [thin] (-0.1,3) node[text=cyan,anchor=east] {$p1$}-- (2,3);
  11. \draw [thin] (2,3) -- (2,2);
  12. \draw [draw=cyan,thin, ->] (-0.4,2.7) -- (-0.4,2.3);
  13. \fill[draw=black,fill=cyan] (0,5) -- (2,3) -- (0,3);
  14. \fill[draw=black,fill=red] (2,3) -- (3,2) -- (2,2);
  15. \fill[draw=black,fill=green] (0,3) -- (2,3) -- (2,2) -- (0,2);
  16. \draw [thick, ->] (1.5,4.5) node[anchor=south west] {Konsumentenrente} -- (0.75,3.75);
  17. \draw [thick, ->] (2.5,3.5) node[anchor=south west] {Zusätzliche Rente der vorherigen Nachfrager} -- (1.5,2.5);
  18. \draw [thick, ->] (2.75,2.75) node[anchor=south west] {Rente neuer Nachfrager} -- (2.25,2.25);
  19. \end{tikzpicture}
  20. \end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement