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
>
> at rev 7405.

We are not very good about using the __all__ designation in our
modules.  I will change this to

  from matplotlib.colorbar import colorbar_doc as _colorbar_doc

in pyplot so it doesn't show up in normal tab completions, etc.

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

Reply via email to