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
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
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