From: Eric F. <ef...@ha...> - 2006-05-04 17:11:35
|
VJ, Have you tried ax.set_axisbelow(True) where ax is your axes instance? Eric Vineet Jain wrote: > I have charts which are using the add_collection function to draw > financial bar charts. I also have the grid line enabled. When the chart > is drawn (example can be seen at): > > http://s3.amazonaws.com/oysb/wmt_n.png > > any line drawn through add_collection which overlaps with the grid line > does not get displayed. Is there a way to send the grid line to the > background? > > VJ |