On Sun, Apr 27, 2008 at 10:09 PM, samwo <[EMAIL PROTECTED]> wrote:
>
>  Hi.
>
>  I run these codes in ipython command line interface.
>
>  from pylab import *
>  subplot(211)
>  plot([1,2,3],[1,2,3])
>  set(gca(), xtickslabel = [])

"set" is a python built-in (the mathematical set) and matplotlib now
uses "setp" (for set property) instead.

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to