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 /Programming_with_ANSI_and_Turbo_C | |
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 'Programming_with_ANSI_and_Turbo_C')
-rwxr-xr-x | Programming_with_ANSI_and_Turbo_C/Chapter_15.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Programming_with_ANSI_and_Turbo_C/Chapter_15.ipynb b/Programming_with_ANSI_and_Turbo_C/Chapter_15.ipynb index 0c5ac02f..92842ba6 100755 --- a/Programming_with_ANSI_and_Turbo_C/Chapter_15.ipynb +++ b/Programming_with_ANSI_and_Turbo_C/Chapter_15.ipynb @@ -440,7 +440,7 @@ "input": [
"#Draw circle, line and arc using graphics function\n",
"\n",
- "%pylab inline\n",
+ "%matplotlib inline\n",
"import pylab\n",
"import matplotlib.pyplot as plt\n",
"\n",
|