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
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
>&