Buglet with vertical scale markers?

Hi all,

this simple test

plot([3e-6,3e-5,3e-4])

produces with current SVN a vertical axis with all labels as '0'. I
first saw this with some actual data I was working with this week, and
I imagine this isn't intended behavior.

It's not a big deal, but I figured I'd report it.

Cheers,

f

Fernando,

Thanks. That looks like a consequence of a change I made in the default switchover threshold between scientific notation and ordinary. I will be happy to fix it, later today, I hope. It's a pretty big bug.

Eric

Fernando Perez wrote:

···

Hi all,

this simple test

plot([3e-6,3e-5,3e-4])

produces with current SVN a vertical axis with all labels as '0'. I
first saw this with some actual data I was working with this week, and
I imagine this isn't intended behavior.

It's not a big deal, but I figured I'd report it.

Cheers,

f

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Fernando,

I think it is OK in svn now.

Eric

Fernando Perez wrote:

···

Hi all,

this simple test

plot([3e-6,3e-5,3e-4])

produces with current SVN a vertical axis with all labels as '0'. I
first saw this with some actual data I was working with this week, and
I imagine this isn't intended behavior.

It's not a big deal, but I figured I'd report it.

Cheers,

f

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Much better, thanks!

Regards,

f

···

On 1/27/07, Eric Firing <efiring@...202...> wrote:

Fernando,

I think it is OK in svn now.