Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylab #95

Closed
DaveBackus opened this issue Nov 6, 2014 · 1 comment
Closed

pylab #95

DaveBackus opened this issue Nov 6, 2014 · 1 comment

Comments

@DaveBackus
Copy link

Maybe another false issue, but I'm trying to stick to mainstream Python and ran across this in the Matplotlib FAQ:

"pylab is a convenience module that bulk imports matplotlib.pyplot (for plotting) and numpy (for mathematics and working with arrays) in a single name space. Although many examples use pylab, it is no longer recommended."

http://matplotlib.org/faq/usage_faq.html#matplotlib-pyplot-and-pylab-how-are-they-related

So in your intro to Matplotlib, posted at http://quant-econ.net/py/matplotlib.html , you might want to start with matplotlib.pyplot instead. Otherwise pretty much the same.

@jstac
Copy link
Contributor

jstac commented Nov 7, 2014

@DaveBackus Yeah, good call. I've been meaning to rewrite this lecture. I tidied it up and explicitly stated that pylab was depreciated, using the link you suggested. I also eliminated pylab from earlier lectures. The changes are live.

@jstac jstac closed this as completed Nov 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants