[matplotlib-devel] R3237 breaks mri_with_eeg.py demo

2007-04-18 Thread Eric Firing
Revision 3237 to fix set_ticklabels seems to have a problem: it breaks examples/mri_with_eeg.py. Eric - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control

[matplotlib-devel] backend agg bug

2007-04-18 Thread Manuel Metz
Dear all, some time ago (October last year) I mailed a patch for a bug in backend_agg.py which is still not included. I attached the patch against the latest SVN again. The problem seems to be a missing parameter when calling the function draw_ellipse. Manuel -- -

[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

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

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] R3237 breaks mri_with_eeg.py demo

2007-04-18 Thread James Evans
Fixed. Try again. > -Original Message- > From: Eric Firing [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 12:22 AM > To: James Evans > Cc: matplotlib development list > Subject: R3237 breaks mri_with_eeg.py demo > > Revision 3237 to fix set_ticklabels seems to have a problem

Re: [matplotlib-devel] backend agg bug

2007-04-18 Thread Eric Firing
Manuel, Thanks very much. I have applied your patch. Eric Manuel Metz wrote: > Dear all, > some time ago (October last year) I mailed a patch for a bug in > backend_agg.py which is still not included. I attached the patch against > the latest SVN again. > The problem seems to be a missing parame

[matplotlib-devel] Web interface for matplotlib

2007-04-18 Thread Yusdi Santoso
Hi all, I'm not sure if this is the right mailing list for this, so please bear with me if this is not for you. I have developed a web front end for matplotlib, rather inspired by matlab development environment. You can find more of the details here: http://www.physics.ox.ac.uk/users/santoso/So

Re: [matplotlib-devel] Web interface for matplotlib

2007-04-18 Thread Glen W. Mabey
On Wed, Apr 18, 2007 at 03:10:54PM -0700, Yusdi Santoso wrote: > I'm not sure if this is the right mailing list for this, so please bear with > me if this is not for you. > > I have developed a web front end for matplotlib, rather inspired by matlab > development environment. You can find more o