I am trying to do a simple x-y plot. However, I have no idea what I am doing, which result in the duplicates to be no helpful for me. I was based on this tutorial. Can you help please?
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=1.9}
\begin{document}
\begin{tikzpicture}
1.a. \draw[<->] (12225,0) -- (0,0) --
(0,6);
1. \draw[<->] (12225,0) node[below]{$speedup$} -- (0,0) --
(0,6) node[left]{$N$};
2. \draw[very thick] (755, 1.4) --(1978, 1.6) -- (6273, 1.8) -- (12222, 2.1);
\end{tikzpicture}
\end{document}

compat=1.9too) – gsamaras Aug 07 '15 at 11:00scaled x ticks=base 10:3I believe. Search the really good manual for 'scientific notation' – LaRiFaRi Aug 07 '15 at 12:53scaled x ticks=base 10:-3. This – gsamaras Aug 07 '15 at 13:08