matplotlib - zebra-stripe a figure's background color?

Posted by jawonlee on Stack Overflow See other posts from Stack Overflow or by jawonlee
Published on 2010-05-12T00:52:03Z Indexed on 2010/05/12 0:54 UTC
Read the original article Hit count: 282

Filed under:
|
|

I'm building a simple line chart with matplotlib, and I'd like to zebra-stripe the background of the chart, so that each alternating row is colored differently. Is there a way to do this?

My chart already has gridding, and has major ticks only.

© Stack Overflow or respective owner

Related posts about matplotlib

Related posts about python