[text] ававав

Viewer

copydownloadembedprintName: ававав
  1. \begin{tikzpicture}
  2. \begin{axis}[
  3.     axis lines = left,
  4.     xlabel = $Q$,
  5.     ylabel = {$P$},
  6.     xmin=0, xmax=35,
  7.     ymin=0, ymax=35,
  8. ]
  9. \addplot [
  10.     domain=0:30, 
  11.     color=blue,
  12.     ]
  13.     {30-x};
  14. \addlegendentry{Спрос}
  15. \addplot [
  16.     domain=0:15, 
  17.     color=green,
  18.     ]
  19.     {7.5+0.5*x};
  20. \addlegendentry{Предложение 1}
  21. \addplot [
  22.     domain=0:15, 
  23.     color=red,
  24.     ]
  25.     {5+0.5*x};
  26. \addlegendentry{Предложение 2}
  27. \node[label={180:{A}},circle,fill,inner sep=2pt] at (axis cs:15,15) {};
  28. \node[label={180:{B}},circle,fill,inner sep=2pt] at (axis cs:10,20) {};
  29. \draw[dashed] (axis cs:0,15) -- (axis cs:15,15) -- (axis cs:15,0);
  30. \draw[dashed] (axis cs:0,20) -- (axis cs:10,20) -- (axis cs:10,0);
  31. \node[below] at (axis cs:15,0) {$Q_1$};
  32. \node[below] at (axis cs:10,0) {$Q_2$};
  33. \node[left] at (axis cs:0,15) {$P_1$};
  34. \node[left] at (axis cs:0,20) {$P_2$};
  35. \end{axis}
  36. \end{tikzpicture}
  37.  

Editor

You can edit this paste and save as new:


File Description
  • ававав
  • Paste Code
  • 11 Dec-2023
  • 949 Bytes
You can Share it: