The diagram would look like this:
\begin{center}
\begin{tikzpicture}
\draw[thick,->] (0,0) -- (4,0) node[anchor=north west] {Quantity of clothing};
\draw[thick,->] (0,0) -- (0,4) node[anchor=south east] {Price of clothing};
\draw (1,3) -- (3,1)
Show more…