Re: [Matplotlib-users] (no subject)

2011-05-20 Thread Till Wagner
http://clscomp.com.br/cool01.11.php?SID=685 -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C+

Re: [Matplotlib-users] (no subject)

2011-05-20 Thread Till Wagner
http://clscomp.com.br/cool01.11.php?SID=981 -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C+

Re: [Matplotlib-users] Using unicode text and axes labels

2006-08-07 Thread Till Wagner
): app = MyApp(0) app.MainLoop() if __name__ == '__main__': main() The problem is that i do not know all texts to be shown, as the name of the user should be written as title. I am using Windows XP, Python 2.3, wxPython 2.6.1.0 and Matplotlib 0.85 Thanks Till Wagn

[Matplotlib-users] Legend, Axis-Title and umlaut and special characters

2006-07-28 Thread Till Wagner
d be. Same with the legend. Any help or tips? Thanks Till Wagner ___ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mai

Re: [Matplotlib-users] Legend: Space between text and upper bo

2006-07-13 Thread Till Wagner
Hi Benoit, leg.draw_frame(False) might be an option, but I use self.axes.grid(True) and when the legend has no borders, the grid is shown through the text and makes ist nearly unredable. -- Till Wagner > why don't you try to remove the legend frame? >> self.axes.plot(x_valu

Re: [Matplotlib-users] Legend: Space between text and upper border

2006-07-13 Thread Till Wagner
Legend) self.axes.legend(loc = 'best', pad = 0.1) leg = self.axes.get_legend() ltext = leg.get_texts() setp(ltext, fontsize='x-small') -- Till Wagner -- "Since man's natural instincts lead him to sin, all men are sinners; and all sinners go to hell. If e

[Matplotlib-users] Legend: Space between text and upper border

2006-07-12 Thread Till Wagner
Hello, I'm having a problem with the legend in matplotlib. Sometimes the upper border of the legend goes throug the first line of text in the legend. Is there any chance to control the space between the text and the upper border to avoid this? -- Till W