sandric ionut wrote:
> Hello:
>  
> I am trying to diplay legend of X and Y axes like: legend(('label X', 
> 'label Y'), isaxes=True)
> and I get an error<type 'exceptions.TypeError'>: __init__() got an 
> unexpected keyword argument 'is
> axes'
>  
> How can I display labels for X and Y axes and a Title for the plot

If I understand you correctly, what I think you want are:
title()
xlabel()
ylabel()

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to