Comment 5 for bug 306337

Revision history for this message
lennart (drcrippen) wrote :

Nothing easier than that:

from pylab import *
plot(arange(10),rand(10))
show()

in matplotlibrc:
backend: GTKAgg

The part of the plot that becomes black varies from nothing to the whole data area