On Thu, Aug 6, 2009 at 1:59 PM, Ryan May<rma...@gmail.com> wrote: > On Thu, Aug 6, 2009 at 1:55 PM, John Hunter <jdh2...@gmail.com> wrote: >> >> On Thu, Aug 6, 2009 at 1:50 PM, Ryan May<rma...@gmail.com> wrote: >> > >> > On Thu, Aug 6, 2009 at 1:38 PM, Gökhan Sever <gokhanse...@gmail.com> >> > wrote: >> >> >> >> Shouldn't colorbar_doc name be hidden from users? It doesn't look like >> >> the >> >> rest other function documentation in pyplot.py file. >> >> >> >> In [10]: color >> >> colorbar colorbar_doc colormaps colors >> > >> > Good catch. Fixed in 7406. >> >> Just reading this, it looks like you missed the import >> matplotlib.colorbar part, no? Or am I missing something? > > On my machine, the import didn't seem to be necessary. matplotlib.colorbar > is available just with: > > import matplotlib
Strange... j> python Python 2.4.5 (#4, Apr 12 2008, 09:09:16) [GCC 3.4.1] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib >>> matplotlib.colorbar Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'colorbar' >>> matplotlib.__version__ '1.0.svn' > Would it be better to explicitly import matplotlib.colorbar anyways? Yes >> When possible, could you make bugfixes to the branch and merge to the >> trunk? I know this is a bit of a hassle, but we often live on a >> release branch for several bug fix release cycles, so it is nice to >> put the simple fixes there >> >> http://matplotlib.sourceforge.net/devel/coding_guide.html > > Yeah, my bad. I just remembered after committing to trunk and was working > on checking out the new branch and applying there when you made your fix. > So what n ow? Ahh, now the pain begins. I believe the easiest path is to put the change in the branch, svn commit, go over to the trunk, svnmerge, resolve any conflicts and commit. Now wasn't that easy? JDH ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel