> Actually, I just went back and found a reply from Jae-Joon to a post of
> mine in November about this. He points out that get_frame() is
> deprecated, but that gca().frame.set_linewidth(2) should work. This is
> not working for me either now (it was at the time), and now that I
> notice, I am also unable to change the tick width the way I used to:
>
> for tl in pp.gca().get_xticklines() + pp.gca().get_yticklines():
>     tl.set_markeredgewidth(2)
>
> ...and I also can get invert_yaxis() (or xaxis) to work either.
>
> I'm on windows, using 0.98.5, ang Qt4Agg backend. I get no warnings or
> errors. Does anyone have any ideas?
>

Christopher,

Everything works fine for me.
Can it be just that the canvas is not redrawn after you set the linewidth?
It will be helpful if you post a standalone script that reproduces your problem.
Regards,

-JJ

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to