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 ---

[matplotlib-devel] log on a bar chart

2007-04-18 Thread Jiří Popek
Hi all, anytime when requesting semilogy() on bar or hist chart, following error occurs: File "/usr/lib/python2.5/site-packages/matplotlib- 0.90.0-py2.5-linux-i686.egg/matplotlib/backends/backend_qtagg.py", line 161, in print_figure **kwargs ) File "/usr/lib/python2.5/site-packages/matplotli