Re: [Matplotlib-users] Axes3D - Equal Aspect Ratio

2010-02-08 Thread Paul Wellner Bou
Hi, I am searching for a solution of the axis aspect in 3d plots, too. On 10/14/2009 14:01, Tinne De Laet wrote: > > axis("scaled") > worked for me. > > Tinne This does not seem to work. At least I am not getting it to work. This command does not seem to be applied to the 3d axis. Do you have a

[Matplotlib-users] Disable plot border (axes?)

2009-04-07 Thread Paul Wellner Bou
Hello, I am trying to create a plot and I want to disable the black frame which is drawn around the plot automatically. I achieved this with this setting: mp.rcParams['axes.linewidth'] = 0 The problem is now, that I would like to have the dashed axes line, too. Those dashed lines do appear o

[Matplotlib-users] Disable plot border (axes?)

2009-04-07 Thread Paul Wellner Bou
Hello, I am trying to create a plot and I want to disable the black frame which is drawn around the plot automatically. I achieved this with this setting: mp.rcParams['axes.linewidth'] = 0 The problem is now, that I would like to have the dashed axes line, too. Those dashed lines do appear on th