\begin{tikzpicture}[sketch] %x and phi(X) \draw[dashed](0,0)node(O)[label={[label distance=0cm]0:O}, inner sep=0pt]{}--(45:2)node(x)[label={[label distance=0cm]20:$x$}, inner sep=0pt]{}; \draw[->](x)--++(-20:1)node[label={[label distance=-0.1cm]0:$\vec{\phi}(x)$}]{}; %x' and phi'(x') \draw[dashed](O)--(135:2)node(xb)[label={[label distance=-0.1cm]180:$x'$}, inner sep=0pt]{}; \draw[->, dodgerblue](xb)--++(-20:1)node[label={[label distance=-0.1cm]20:$\vec{\phi}(x)$}, inner sep=0pt]{}; \draw[->](xb)--++(70:1)node[label={[label distance=0cm]0:$\vec{\phi}'(x')$}, inner sep=0pt]{}; %R \draw[awesome, ->] (45:0.75) arc (45:135:0.75) node[pos=0.5,label=below:$R$] (R) {}; %Black nodes \fill(O) circle(0.075); \fill(x) circle(0.075); \fill(xb) circle(0.075); \end{tikzpicture}