coordinate-system-1.tex 416 B

1234567891011121314
  1. \begin{tikzpicture}
  2. \tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
  3. \tkzSetUpLine[line width=1]
  4. \tkzDefPoints{0/0/O, 1/0/X, 0/1/Y, 2/1/P}
  5. \tkzDrawLine[add=3 and 2](O,X)
  6. \tkzLabelLine[below,pos=3](O,X){$g_1$}
  7. \tkzLabelLine[right,pos=3](O,Y){$g_2$}
  8. \tkzDrawLine[add=3 and 2](O,Y)
  9. \tkzLabelPoint(P){$P$}
  10. \node at ($(-2,2)$){$X$};
  11. \tkzDrawPoints(P)
  12. \end{tikzpicture}