Re: [Matplotlib-users] 1.1.0 changes: bug in YAxis.set_ticks_position; new show() behavior

2010-08-16 Thread Toby Burnett
easy way to understand what bugs have been found in a particular distribution, especially the most recent. --Toby Burnett From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin Root Sent: Monday, August 16, 2010 07:46 To: Toby Burnett Cc: matplotlib-users@lists.sourceforg

[Matplotlib-users] 1.1.0 changes: bug in YAxis.set_ticks_position; new show() behavior

2010-08-16 Thread Toby Burnett
left=False, labelleft=False) the work-around is to execute that line without turning off the labels. show() This may be an ipython problem, when running it with the -pylab option, the show method now has a Tk.mainloop(), which blocks of course. The wor