Re: [Matplotlib-users] Noob Q's: Filling, and centring bars in a bar chart, centring xticks and positioning text against a log y axis

2012-12-04 Thread Tristan Strange
On 4 December 2012 17:20, Goyo wrote: > 2012/12/4 Tristan Strange : > > - I'd like each of the ticks on the x axis centred beneath each of the > bars. > exp(0.1 + np.log(y)) > I'm not sure I understand this. align=center might be what you want. This is exactly what I was after. > > > - I'd li

Re: [Matplotlib-users] Noob Q's: Filling, and centring bars in a bar chart, centring xticks and positioning text against a log y axis

2012-12-04 Thread Goyo
2012/12/4 Tristan Strange : > Hi all, > > I'm just getting started with matplotlib and am having a few problems > producing a simple bar graph. The code I'm writing to produce this can be > found here: http://pastebin.com/T0WA2dh8 > > The issues I'm having are as follows: > > - The bars in my graph

[Matplotlib-users] Noob Q's: Filling, and centring bars in a bar chart, centring xticks and positioning text against a log y axis

2012-12-04 Thread Tristan Strange
Hi all, I'm just getting started with matplotlib and am having a few problems producing a simple bar graph. The code I'm writing to produce this can be found here: http://pastebin.com/T0WA2dh8 The issues I'm having are as follows: - The bars in my graph do not show as filled blue after I make th