You are on page 1of 1

\documentclass[10pt]{article}

\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows}
\pagestyle{empty}
\begin{document}
\definecolor{ududff}{rgb}{0.30196078431372547,0.30196078431372547,1}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1cm,y=1cm]
\clip(-0.25,-0.05) rectangle (14.47,9.55);
\draw [line width=2pt] (0.61,0.33)-- (12.33,1.11);
\draw [line width=2pt] (12.33,1.11)-- (6,6);
\draw [line width=2pt] (6,6)-- (0.61,0.33);
\draw [line width=2pt] (0.61,0.33)-- (9.116472077648053,3.5924883949922624);
\begin{scriptsize}
\draw [fill=ududff] (6,6) circle (2.5pt);
\draw[color=ududff] (6.15,6.44) node {$A$};
\draw [fill=ududff] (0.61,0.33) circle (2.5pt);
\draw[color=ududff] (0.77,0.76) node {$B$};
\draw [fill=ududff] (12.33,1.11) circle (2.5pt);
\draw[color=ududff] (12.49,1.54) node {$C$};
\draw[color=black] (6.57,0.64) node {$g$};
\draw[color=black] (9.43,4.04) node {$X$};
\draw[color=black] (3.15,3.62) node {$f$};
\draw[color=black] (5.05,1.9) node {$i$};
\end{scriptsize}
\end{tikzpicture}
\end{document}

You might also like