the introduced source code is not giving output and showing some error.
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage{tikz}
\usepackage{pgfplots}
\begin{document}
One - One \\
\begin{tikzpicture}
\pgfpathellipse{\pgfpoint{1cm}{0cm}}
{\pgfpoint{0.2cm}{2cm}}
{\pgfpoint{-0.7cm}{0.7cm}}
\pgfusepath{draw}
\pgfpathellipse{\pgfpoint{5cm}{0cm}}
{\pgfpoint{0.2cm}{2cm}}
{\pgfpoint{-0.7cm}{0.7cm}}
\pgfusepath{draw}
\draw [->](1,1.8)--(5,1.8)
\draw (1,1)--(5,1)
(1,1)node[left]{2};
\draw (1,0)--(5,0)
(1,0)node[left]{3};
\draw (1,-1)--(5,-1)
(1,-1)node[left]{4};
\end{tikzpicture}
\end{document}
Regards,
Sachin