Re: [Matplotlib-users] Matching 3D axes size to 2D in mixed subplot

2010-07-18 Thread Benjamin Root
On Thu, Jul 15, 2010 at 9:13 PM, Jeff Berry wrote: > Hi, > > I'm using the new mixed axes feature in matplotlib 1.0.0 to combine 3D and > 2D plots in a single figure. The problem is that the 3D axes have a lot of > extra white space around them that prevents the plot to line up flush with > the 2D

Re: [Matplotlib-users] Confusion Matrix

2010-07-18 Thread Friedrich Romstedt
2010/7/18 Simon Friedberger : > On 22:49 Sat 17.07.10, Friedrich Romstedt wrote: >> Maybe try to use axes.set_xticks() first, see >> http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.set_xticks >> . > I know about that but couldn't find any useful way. Could you be more > spe

Re: [Matplotlib-users] Confusion Matrix

2010-07-18 Thread Simon Friedberger
On 22:49 Sat 17.07.10, Friedrich Romstedt wrote: > Maybe try to use axes.set_xticks() first, see > http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.set_xticks > . I know about that but couldn't find any useful way. Could you be more specific? > Your code on pocoo is messed