Hi, CM> > I use: CM> > CM> > plt.gca().get_frame().set_linewidth(2) CM> > CM> CM> That is not working for me. Is it working now for the OP?
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 Brown, Ph.D. Department of Speech and Hearing Science Arizona State University ------------------------------------------------------------------------------ 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