Re: [Matplotlib-users] ugly arrow with xpdf

2008-09-07 Thread Jouni K . Seppänen
I finally committed this fix. -- Jouni K. Seppänen http://www.iki.fi/jks - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great

[Matplotlib-users] problem with histogram

2008-09-07 Thread Antonino Cucchiara
Hello list, I am trying to run the "histogram_demo_extended.py" on my mac 10.5. I installed matplotlib through the scisoft package. The normal hist command works fine but when I tried to use "align" or "histtype" keyward I get this kind of error: [Macintosh-2:~/optional/examples/pylab_examples] n

[Matplotlib-users] plotting numbers on axes in scientific notation

2008-09-07 Thread anirudh vij
Hi, How can I plot numbers on the x and y axes in scientific notation? I have very large values on the y axis which I'd like to show as 1e9 and not 1 followed by 9 zeros. - This SF.Net email is sponsored by the Moblin Your Mo

Re: [Matplotlib-users] interger to binary

2008-09-07 Thread Marjolaine Rouault
Hi, Thanks a lot to all of you for your help. This looks very promising. I will test it on Monday. Regards, Marjolaine. >>> Michael Droettboom <[EMAIL PROTECTED]> 09/05/08 7:54 PM >>> You could do something like: def bitget(value, bit_number): return (value & (1 << bit_number)) != 0 which

Re: [Matplotlib-users] plot star instead of pentagram

2008-09-07 Thread Eric Firing
dmitrey wrote: > Eric Firing wrote: >> dmitrey wrote: >>> hi all, >>> matplotlib says it's similar to MATLAB's plot tool, however, using >>> plot(..., 'p') plots pentagram instead of star. It makes my (Python >>> scikits.openopt) graphic output of numerical convergence look uglier >>> than MATLA