Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 18 Online
OpenStudy (anonymous):

This is a general question on Python API documentation. How to find a method specification for **pylab.figure()**? I googled for a while and found a method(matplotlib.pyplot.figure) at: http://matplotlib.org/api/pyplot_api.html Is this method? I'm pretty sure there is better way to deal with it. Please let me know if there is a faster way to locate a method in Python Documentation. I'm watching 2011 CS600, Lecture 13.

OpenStudy (anonymous):

I think I know what you want. In python shell I typed: import pylab <-- imports pylab libraries assuming you have them dir(pylab) <--- gives you a list of pylab modules, 'figure' was there so I did help(pylab.figure) <-- tells me all about pylab.figure

OpenStudy (anonymous):

pylab is not part of the standard library the documentation for pylab, scipy and matplotlib can be found at matplotlib.org and scipy.org online Python 2.7.3 documentation is at docs.python.org if you are using windows the Python documentation will be installed on your computer and is very easy to use - F1 while in idle

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Latest Questions
Mari103: How to pop out like a Jacc In the box
10 minutes ago 0 Replies 0 Medals
Breathless: Spooky witch but cute
7 hours ago 3 Replies 0 Medals
Arriyanalol: help
6 hours ago 10 Replies 2 Medals
Arriyanalol: @tinydinoUwU stop trying to find a argument u blad lil boy
1 day ago 5 Replies 4 Medals
Jaded012023: Please tell me what you all think of this song
9 hours ago 6 Replies 1 Medal
Arriyanalol: bro how
9 hours ago 2 Replies 3 Medals
Arriyanalol: cant wait for the new bluey movie in 2027
1 day ago 12 Replies 2 Medals
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!