[Matplotlib-users] colorbar() ticklabel color

2010-11-29 Thread Amit Finkler
Hi, I am trying to produce a pcolor figure with a black background using pylab.figure(facecolor = 'black') Consequently, I need to change the tick colors and xlabel and ylabel colors to white using pylab.xlabel('whatever is on the xlabel', color = 'white', fontsize = 14) pylab.ylab

Re: [Matplotlib-users] Labels in a dynamic graph

2008-03-25 Thread Amit Finkler
John Hunter wrote: > On Sun, Mar 23, 2008 at 3:54 AM, Amit Finkler <[EMAIL PROTECTED]> wrote: > > >> I am using matplotlib to dynamically plot a graph with both my x and y >> points taken from a measurement device. That is to say, in each iteration of >&