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