We will have time on the x-axis and temperature on the y-axis. We can assume that the pie starts at a temperature below zero, let's say -20 degrees.
In LaTeX format, this would be written as:
\begin{verbatim}
\begin{tikzpicture}
\begin{axis}[
Show more…