Re: [matplotlib-devel] log on a bar chart

2007-04-18 Thread Jiří Popek
the same problem. Temporary solution is to set second tuple values to nonzero (0.0001 for example) before passing it into seq_xy_tups, but it is very _dirty_. Got version 0.90.0 installed from source (latest Kubuntu). J. On 18/04/07, Jouni K. Seppänen <[EMAIL PROTECTED]> wrote: "Jiří Popek" <[

Re: [matplotlib-devel] log on a bar chart

2007-04-18 Thread Jouni K . Seppänen
"Jiří Popek" <[EMAIL PROTECTED]> writes: > anytime when requesting semilogy() on bar or hist chart, following error > occurs: How about bar(..., log=True) or hist(..., log=True)? -- Jouni K. Seppänen http://www.iki.fi/jks ---