Re: [Matplotlib-users] Adding labels to plots does not work

2008-05-19 Thread John Hunter
On Mon, May 19, 2008 at 6:07 PM, Chris <[EMAIL PROTECTED]> wrote: > In a recent SVN build of matplotlib on OSX 10.5, I have created a boxplot > then tried to add labels to the axes afterwards. However, though the "xlabel" > and "ylabel" commands run without error, no labels are added to the plots.

[Matplotlib-users] Adding labels to plots does not work

2008-05-19 Thread Chris
In a recent SVN build of matplotlib on OSX 10.5, I have created a boxplot then tried to add labels to the axes afterwards. However, though the "xlabel" and "ylabel" commands run without error, no labels are added to the plots. In [45]: boxplot(transpose(transpose(relative_risk.trace())[:-2])) In