diff options
author | hardythe1 | 2015-04-07 16:03:32 +0530 |
---|---|---|
committer | hardythe1 | 2015-04-07 16:03:32 +0530 |
commit | cb2e12cd79d48ebbf281b9b118fd51f532f960f5 (patch) | |
tree | 45fe0db1bd1a6c81305a0369c5808456fdccde52 /Problems_In_Fluid_Flow/ch6.ipynb | |
parent | c7fe425ef3c5e8804f2f5de3d8fffedf5e2f1131 (diff) | |
parent | 0ee873700378b995b441b1be6652178f741aea5b (diff) | |
download | Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.gz Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.bz2 Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.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", |