diff options
author | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-27 17:10:12 +0530 |
commit | 0ee873700378b995b441b1be6652178f741aea5b (patch) | |
tree | 0a2ea6b970580de48b91041492621e8e72663a3c /Theory_Of_Machines | |
parent | 62aa228e2519ac7b7f1aef53001f2f2e988a6eb1 (diff) | |
download | Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.gz Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.tar.bz2 Python-Textbook-Companions-0ee873700378b995b441b1be6652178f741aea5b.zip |
Changed '%pylab inline' to '%matplotlib inline' to fix warning messages across 138 files
Diffstat (limited to 'Theory_Of_Machines')
-rwxr-xr-x | Theory_Of_Machines/ch2.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Theory_Of_Machines/ch2.ipynb b/Theory_Of_Machines/ch2.ipynb index cfa99e45..b4603f22 100755 --- a/Theory_Of_Machines/ch2.ipynb +++ b/Theory_Of_Machines/ch2.ipynb @@ -195,7 +195,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "%pylab inline\n", + "%matplotlib inline\n", "\n", "import math \n", "from matplotlib.pyplot import *\n", |