Hopefully a really simple question.  How do I remove the "box" (the
black rectangle) around the plot.

I tried

ax = fig.add_subplot(111)
ax.patch.set_visible(False)

but this makes the entire patch invisible.

Thanks,

Mark

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to