diff options
author | hardythe1 | 2015-04-07 16:03:32 +0530 |
---|---|---|
committer | hardythe1 | 2015-04-07 16:03:32 +0530 |
commit | ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d (patch) | |
tree | fcc60b142916d4a738807d3de7ed170b3f9818f6 /Problems_In_Fluid_Flow/ch6.ipynb | |
parent | 92cca121f959c6616e3da431c1e2d23c4fa5e886 (diff) | |
parent | 121f6027864eec574ad581705eb277e19120720c (diff) | |
download | Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.tar.gz Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.tar.bz2 Python-Textbook-Companions-ba4d7bfd00d268a9a5fbdee8938f9a4b5a04851d.zip |
add/modify/remove book
Diffstat (limited to 'Problems_In_Fluid_Flow/ch6.ipynb')
-rwxr-xr-x | Problems_In_Fluid_Flow/ch6.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Problems_In_Fluid_Flow/ch6.ipynb b/Problems_In_Fluid_Flow/ch6.ipynb index 3eb6270f..d1a06bfd 100755 --- a/Problems_In_Fluid_Flow/ch6.ipynb +++ b/Problems_In_Fluid_Flow/ch6.ipynb @@ -164,7 +164,7 @@ "\n", "from matplotlib.pyplot import *\n", "import math \n", - "%pylab inline\n", + "%matplotlib inline\n", "\n", "# Initialization of Variable\n", "Q = [0, 0.01, 0.02, 0.03 ,0.04, 0.05] #discharge\n", |