Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/05/3/More_on_Arrays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![array subtraction](../../../images/array_subtraction.png)"
"![Illustration of array subtraction. The highs array is shown on the left followed by a subtraction sign and then the lows array. The arrays are aligned so the numbers in the first position of the array are next to each other, same for the second, third, and fourth positions. Following that is an equal sign and an array representation with the first entry of lows subtracted from the first entry of highs, and the same for the second, third, and fourth entries. Following that is another equal sign with an array showing the result of the subtraction in each entry of the array.](../../../images/array_subtraction.png)"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions chapters/05/Sequences.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
"\n",
"**Mean of Daily High Temperature**\n",
"\n",
"![Mean of Daily High Temperature](../../images/global-land-TMAX-Trend.png)\n",
"![Plot titled \"Global Land\" and annotated \"Berkeley Earth Surface Temperature.\" On the x-axis years are labeled from 1820 to 2000. On the y-axis the High Temperature (degrees Celsius). A dark blue line shows the 12-month moving average and a red line shows the 10-year moving average with a 95% uncertainty range. The blue line bounces above and below the red line but tends to follow it. The lines were lowest at the beginning of the data, around 13.5 to 14.5 degrees before 1940. From about 1970, the lines tend upward, increasing from about 14.5 degrees to almost 15.5 degrees.](../../images/global-land-TMAX-Trend.png)\n",
"\n",
"**Mean of Daily Low Temperature**\n",
"\n",
"![Mean of Daily Low Temperature](../../images/global-land-TMIN-Trend.png)"
"![Plot titled \"Global Land\" and annotated \"Berkeley Earth Surface Temperature.\" On the x-axis years are labeled from 1820 to 2000. On the y-axis the High Temperature (degrees Celsius). A dark blue line shows the 12-month moving average and a red line shows the 10-year moving average with a 95% uncertainty range. The lines show variability, but stay below 3 degrees until about 1940. More recent data post-1970 has an upward trend ending around 4 degrees.](../../images/global-land-TMIN-Trend.png)"
]
}
],
Expand Down
Loading