Name

background — background property

Calling Sequence

property/value pair

Description

Allows to change the background axes property; available in all plotlib functions.

Examples

plot(1:10,sin(1:10),'background',[0.8 0.8 0.8])
plot(1:10,sin(1:10),'grid',[0.8 0.8 0.8])

Authors

Stéphane Mottelet