|
From: Paul I. <piv...@gm...> - 2011-02-09 00:29:37
|
Curiouslearn, on 2011-02-08 19:04, wrote:
> I wonder then what edgecolor, linewidth etc. change in case of axes.patch.
They do what one would expect, but the spines were likely
preventing you from seeing this:
ax = plt.subplot(1,1,1)
[s.set_visible(False) for s in ax.spines.values()]
ax.patch.set_linewidth(2)
ax.patch.set_edgecolor('red')
plt.draw()
best,
--
Paul Ivanov
314 address only used for lists, off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7
|