>>>>> "Nils" == Nils Wagner <[EMAIL PROTECTED]> writes:

    Nils> Is this a bug ?  ax1.xlabel(r'Frequency $f$ (Hz)')
    Nils> AttributeError: Subplot instance has no attribute 'xlabel'

Yes, but it is a bug in your code (wink).  See help(ax1).  The method
is ax1.set_xlabel.

KDJ

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to