Brandon,

I could add that method very easily, but do we really need it?  Is there 
a compelling use case?  You can always access the title directly as an 
attribute of the axes instance.  xlabel and ylabel are other things for 
which there is a setter but not a getter.  This dates from before my 
time, but I suspect the rationale is that usually all you need to do is 
set these things; and if you set them, you certainly should know what 
they are, so why get them?

Eric

Brandon Keith wrote:
> Hi,
>   I just noticed matplotlib does not have a "get_title()" method.  How 
> do I put it in the Axes class?  Send a patch to one of the developers?  
> (It has a "set_title()" method).  I noticed this when I tried a getp(p, 
> "title").
> Also, I'm preparing a graphical interface in wx's aui for matplotlib 
> that other developers might be interested in (see screenshot).  It's 
> still fairly primitive but should be available soon and ready for user 
> feedback.
> 
>  Thanks,
>    Brandon
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to