From: <seb...@sp...> - 2004-12-24 20:05:10
|
Thanks. Exactly what I was looking for. Merry Xmas! CS On Thu, Dec 23, 2004 at 11:00:41PM -0800, Andrew Straw wrote: > seb...@sp... wrote: > > >Attached is a pcolor plot made with Matplotlib. > > > >I was wondering if there is any way I can remove > >thin black lines (borders) in this plot for cases > >like this where I don't have zillions of rectangles > >to make black lines too small to notice. > > > > > > > Does the docstring for pcolor help? > > * shading = 'flat' : or 'faceted'. If 'faceted', a black grid is > drawn around each rectangle; if 'flat', edge colors are same as > face colors > > Try > > pcolor( your_other_args, shading='flat') > > Cheers! > Andrew > -- _______________________________________ Christian Seberino, Ph.D. SPAWAR Systems Center San Diego Code 2872 49258 Mills Street, Room 158 San Diego, CA 92152-5385 U.S.A. Phone: (619) 553-9973 Fax : (619) 553-6521 Email: seb...@sp... _______________________________________ |