Skip to content

Commit 83b0313

Browse files
committed
edit image
1 parent 0f1f7c6 commit 83b0313

File tree

2 files changed

+1022
-4549
lines changed

2 files changed

+1022
-4549
lines changed

book/content/modelling/06_heat_transfer/02_heat_transfer_example.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
},
209209
{
210210
"cell_type": "code",
211-
"execution_count": 3,
211+
"execution_count": 9,
212212
"id": "3396ebc0-f1d2-4437-a9e8-7cd3f2bff780",
213213
"metadata": {
214214
"tags": [
@@ -236,6 +236,7 @@
236236
"plt.ylabel(\"Temperature / $\\circ C$\")\n",
237237
"plt.legend(loc='best')\n",
238238
"plt.grid(True, linestyle='--', alpha=0.5)\n",
239+
"plt.xlim(0,100)\n",
239240
"plt.savefig('figs/thermocouples.svg', bbox_inches='tight')\n",
240241
"plt.close()"
241242
]

0 commit comments

Comments
 (0)