|
From: Paul H. <pmh...@gm...> - 2014-04-30 13:54:31
|
The only pyplot function I let myself use is plt.subplots() to quickly create the Figure and Axes objects. From that point on, I operate on those objects directly. Frankly, it reads almost exactly like pyplot code, but it is a *lot* more clear what's going on. On Wed, Apr 30, 2014 at 4:49 AM, Neal Becker <ndb...@gm...> wrote: > I've never used matlab (and hope never to have to). But I've been using > pyplot > api for mpl for quite a while. > > Is there any good reason to move to the "native" mpl api and drop pyplot? > I ask > because as I understand, pyplot is intended as a matlab workalike, and > since I > never learned matlab I have no need for that crutch. OTOH, I'm quite used > to > the pyplot api at this point. > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |