|
From: Sterling S. <sm...@fu...> - 2013-04-26 15:31:14
|
Notwithstanding these probably work (I haven't tried), my gut reaction would have been to color the edges the same as the face, although I don't know if you can give set_edgecolor the same cmap(colors_norm) argument. -Sterling On Apr 26, 2013, at 5:30AM, Ryan Nelson wrote: > Hackstein, > > Francesco's suggestion works for me. > col.set_edgecolor( 'none' ) > > You can also set the linewidth to be 0. > col.set_linewidth( 0 ) |