Re: [Matplotlib-users] centering xticks in bar plot

2010-07-19 Thread Benjamin Root
On Mon, Jul 19, 2010 at 9:55 AM, Bala subramanian wrote: > Friends, > > Attached a script test.py and 2 data files using with which i am trying to > make a bar plot. The output is coming nice, but the x-ticks are placed at > the left edge of the first bar. I want to make the xticks at the center

[Matplotlib-users] centering xticks in bar plot

2010-07-19 Thread Bala subramanian
Friends, Attached a script test.py and 2 data files using with which i am trying to make a bar plot. The output is coming nice, but the x-ticks are placed at the left edge of the first bar. I want to make the xticks at the center between the two bars to have a better visualization. I dnt get which