modifs fig again

This commit is contained in:
Pierre-Francois Loos 2023-02-08 21:11:30 +01:00
parent 1f7ae5336e
commit 57fdae01b9

View File

@ -23,8 +23,8 @@
\draw[thick,magenta] (0.5,3.5) node{$\bullet$};
\draw[thick,magenta] (3,2.5) node{$\bullet$};
\draw[ultra thick,magenta,->] plot [smooth] coordinates {(0.5,3.5) (1,3.25) (2,3) (3,2.5) (4,1.75) (5,1.25) (7,1)};
\draw[thick,magenta] (5,2) node{\textbf{dynamic flow}};
\draw[ultra thick,magenta,->] plot [smooth] coordinates {(0.5,3.5) (1,3.3) (2,3) (3,2.5) (4,1.75) (5,1.25) (7,1)};
\draw[magenta] (5,2.1) node[text width=3cm,align=center]{\textbf{dynamic flow} (SRG-$GW$)};
% static flow
\draw[] (0.5,2.85) node[anchor=north west]{$\boldsymbol{F}^{(0)}$};
@ -32,8 +32,8 @@
\draw[thick,cyan] (0.5,2.85) node{$\bullet$} ;
\draw[thick,cyan] (3,1.9) node{$\bullet$} ;
\draw[ultra thick,cyan,->] plot [smooth] coordinates {(0.5,2.85) (1,2.8) (2,2.6) (2.5,2.3) (3,1.9) (4,1.4) (5,1.15) (7,1)};
\draw[thick,cyan] (4,1) node{\textbf{static flow}};
\draw[ultra thick,cyan,->] plot [smooth] coordinates {(0.5,2.85) (1,2.8) (2,2.5) (3,1.9) (4,1.4) (5,1.15) (7,1)};
\draw[cyan] (5,0.6) node[text width=3cm,align=center]{\textbf{static flow} (SRG-qs$GW$)};
\end{tikzpicture}