[Matplotlib-users] erasing the figure border

2007-08-20 Thread Johann Cohen-Tanugi
hello, I am using matplotlib to make a drawing, so though I am using distances on the pad I do not need to display the axes and would rather have no frame and no tick. To achieve this, I tried using : rc('axes', edgecolor='white') rc('xtick', color='white') rc('ytick', color='white') The first

Re: [Matplotlib-users] erasing the figure border

2007-08-20 Thread Eric Firing
Johann Cohen-Tanugi wrote: hello, I am using matplotlib to make a drawing, so though I am using distances on the pad I do not need to display the axes and would rather have no frame and no tick. To achieve this, I tried using : rc('axes', edgecolor='white') If your axes instance is ax,