We will have labor services on the x-axis and capital services on the y-axis.
In LaTeX, this can be represented as:
\begin{verbatim}
\begin{tikzpicture}
\draw[->] (0,0) -- (10,0) node[right] {$Labor$};
\draw[->] (0,0) -- (0,10) node[above]
Show more…