bounding box again

Willi Richert <w.richert@...361...> writes:

> Isn't there a convenient way just to not plot the big white rectangle in
> matplotlib?

It seems that

  fig=plt.figure(frameon=False)

omits the rectangle.

in my version 0.98.5 frameon=False (as a subplot argument) just omits the
black lines at the x and y axes. The huge white rectangle is still
plotted.

I meant to use frameon=False as an argument to figure, not to subplot.

Jouni