|
3 | 3 | \usetikzlibrary{arrows.meta, arrows}
|
4 | 4 | \begin{document}
|
5 | 5 |
|
6 |
| -%.. tikz:: |
7 | 6 | \begin{tikzpicture}
|
8 |
| -[scale=5, axis/.style={<->, >=stealth'}, important line/.style={thick}, dotted line/.style={dotted, thick,red}, dashed line/.style={dashed, thin}, every node/.style={color=black}] \coordinate(O) at (0,0); |
| 7 | +[scale=5, axis/.style={<->, >=stealth'}, important line/.style={thick}, |
| 8 | +dotted line/.style={dotted, thick,red}, dashed line/.style={dashed, thin}, |
| 9 | +every node/.style={color=black}] |
| 10 | + \coordinate(O) at (0,0); |
9 | 11 | \coordinate (y') at (-0.4,0.1);
|
10 | 12 | \coordinate (Py) at (0.6,0.3);
|
11 | 13 | \coordinate (y) at (0.4,0.7);
|
|
14 | 16 | \coordinate (Py') at (-0.28,-0.14);
|
15 | 17 | \draw[axis] (-0.5,0) -- (0.9,0) node(xline)[right] {};
|
16 | 18 | \draw[axis] (0,-0.3) -- (0,0.7) node(yline)[above] {};
|
| 19 | + \draw[important line, thick] (Z1) -- (O); |
| 20 | + \draw[important line, thick] (Py) -- (Z2) node[right] {$S$}; |
17 | 21 | \draw[important line,blue,thick, ->] (O) -- (Py) node[anchor = north west, text width=2em] {$P y$};
|
18 | 22 | \draw[important line,blue, ->] (O) -- (y') node[left] {$y'$};
|
19 |
| - \draw[important line, thick] (Z1) -- (O) node[right] {}; |
20 |
| - \draw[important line, thick] (Py) -- (Z2) node[right] {$S$}; |
21 | 23 | \draw[important line, blue,->] (O) -- (y) node[right] {$y$};
|
| 24 | + \draw[important line,blue,thick, ->] (O) -- (Py'); |
22 | 25 | \draw[dotted line] (0.54,0.27) -- (0.51,0.33);
|
23 | 26 | \draw[dotted line] (0.57,0.36) -- (0.51,0.33);
|
24 | 27 | \draw[dotted line] (-0.22,-0.11) -- (-0.25,-0.05);
|
|
0 commit comments