diff options
Diffstat (limited to 'A_Heat_Transfer_Text_Book')
-rwxr-xr-x | A_Heat_Transfer_Text_Book/Chapter1.ipynb | 2 | ||||
-rwxr-xr-x | A_Heat_Transfer_Text_Book/Chapter11.ipynb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/A_Heat_Transfer_Text_Book/Chapter1.ipynb b/A_Heat_Transfer_Text_Book/Chapter1.ipynb index 9c3e159f..9deb4499 100755 --- a/A_Heat_Transfer_Text_Book/Chapter1.ipynb +++ b/A_Heat_Transfer_Text_Book/Chapter1.ipynb @@ -182,7 +182,7 @@ "from numpy import linspace\n",
"import matplotlib.pyplot as plt\n",
"from pylab import *\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"#Variables\n",
"h=250; #Heat Transfer Coefficient, W/(m**2*K)\n",
diff --git a/A_Heat_Transfer_Text_Book/Chapter11.ipynb b/A_Heat_Transfer_Text_Book/Chapter11.ipynb index e723954c..9cd5d92a 100755 --- a/A_Heat_Transfer_Text_Book/Chapter11.ipynb +++ b/A_Heat_Transfer_Text_Book/Chapter11.ipynb @@ -282,7 +282,7 @@ "import math\n",
"from numpy import array\n",
"import matplotlib.pyplot as plt\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"\n",
"#Variables\n",
"Patm=101.325;\t\t\t#Atmospheric pressure in kPa.\n",
|