Re: [Matplotlib-users] 3d subplots, white space

2013-02-14 Thread Benjamin Root
On Thu, Feb 14, 2013 at 1:58 PM, Petro wrote: > Hi all, > I try to make a figure with 6 3d subplots. > My problem is that there is a lot white space around. I tried to play > with subplot_adjust, but without much success. > Any hints? > Thanks. > > If I remember correctly, what happens is that th

[Matplotlib-users] 3d subplots, white space

2013-02-14 Thread Petro
Hi all, I try to make a figure with 6 3d subplots. My problem is that there is a lot white space around. I tried to play with subplot_adjust, but without much success. Any hints? Thanks. -- Free Next-Gen Firewall Hardwar

[Matplotlib-users] Multiple surface plots with correct z-ordering

2013-02-14 Thread Heiko Bauke
Hi, is it possible to create a three-dimensional plot with several surface plots with correct z-ordering? The naive approach via import pylab from mpl_toolkits.mplot3d import Axes3D pylab.close('all') fig=pylab.figure() ax=fig.add_subplot(111, projection='3d') x=pylab.linspace(-8, 8, 128) y=p