Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread Eric Firing
Pierre, Offhand, it looks like it should go into ticker.py, so I will probably do that. Eric Pierre GM wrote: > On Monday 18 December 2006 13:29, David L Goldsmith wrote: >> Simson Garfinkel wrote: >>> It really depends on your audience as to whether or not 1,000,000 >>> through 9,000,000 is be

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread Pierre GM
On Monday 18 December 2006 13:29, David L Goldsmith wrote: > Simson Garfinkel wrote: > > It really depends on your audience as to whether or not 1,000,000 > > through 9,000,000 is better displayed in scientific notation or not. > > For audiences that I frequently present to, any scientific notation

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread David L Goldsmith
Simson Garfinkel wrote: > Well, I come from the United States, where we basically ignore > international standards and let the rest of the world do what it > wants. Except when it annoys us. > Insert wink or smiley face here to signify irony, yes? > However, there is something called an inte

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread David L Goldsmith
Simson Garfinkel wrote: > It really depends on your audience as to whether or not 1,000,000 > through 9,000,000 is better displayed in scientific notation or not. > For audiences that I frequently present to, any scientific notation > is just unacceptable. You can add quantifiers (like KBps,

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread David L Goldsmith
I wonder: how hard would it be to add some intelligence to the interpreter and/or exception handler such that if the manner of (mis)use of one of these implied that what the programmer meant was the other, then the error message would say something like "Perhaps you meant to use axis (or axes,

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread Simson Garfinkel
Well, I come from the United States, where we basically ignore international standards and let the rest of the world do what it wants. Except when it annoys us. However, there is something called an internationalization which tells clever programmers who use it what to use as a digits separa

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread Darren Dale
On Sunday 17 December 2006 20:06, Eric Firing wrote: > John Hunter wrote: > [...] > > > Simson> To answer Eric's most recent posting: > > > > Simson> 1. I think that scientific notation should not be the > > Simson> default, unless numbers exceed 1E+7. > > > > I agree with this -- scien

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread John Travers
On 18/12/06, Simson Garfinkel <[EMAIL PROTECTED]> wrote: > It really depends on your audience as to whether or not 1,000,000 > through 9,000,000 is better displayed in scientific notation or not. > For audiences that I frequently present to, any scientific notation > is just unacceptable. You can a

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread Simson Garfinkel
It really depends on your audience as to whether or not 1,000,000 through 9,000,000 is better displayed in scientific notation or not. For audiences that I frequently present to, any scientific notation is just unacceptable. You can add quantifiers (like KBps, MBps, GBps), but presenting so

Re: [Matplotlib-users] Usability with matplotlib

2006-12-18 Thread Darren Dale
On Saturday 16 December 2006 20:00, Simson Garfinkel wrote: > 1. I think that scientific notation should not be the default, unless > numbers exceed 1E+7. There are good reasons to use scientific notation for smaller numbers than 10e+-7: We dont want neighboring tick labels to run into each other

Re: [Matplotlib-users] Usability with matplotlib

2006-12-17 Thread Eric Firing
John Hunter wrote: [...] > Simson> To answer Eric's most recent posting: > > Simson> 1. I think that scientific notation should not be the > Simson> default, unless numbers exceed 1E+7. > > I agree with this -- scientific notation kicks in too soon IMO. I > think an rc setting woul

Re: [Matplotlib-users] Usability with matplotlib

2006-12-17 Thread Simson L. Garfinkel's Treo 700p
>On the bright side, at least w/matplotlib, you're not paying out the >wazoo :-) for such things. > I actually made the mistake of buying the matlab student edition. - Take Surveys. Earn Cash. Influence the Future of IT Jo

Re: [Matplotlib-users] Usability with matplotlib

2006-12-17 Thread belinda thom
On Dec 16, 2006, at 8:10 PM, John Hunter wrote: > Simson> 3. If I was going to make a major change to the API at > Simson> this point, it would be to make it so that you don't have > Simson> a class/function/ identifier called "axes" and another one > Simson> called "axis." I freq

Re: [Matplotlib-users] Usability with matplotlib

2006-12-16 Thread Simson Garfinkel
> > Simson> 3. If I was going to make a major change to the API at > Simson> this point, it would be to make it so that you don't have > Simson> a class/function/ identifier called "axes" and another one > Simson> called "axis." I frequently get confused between these two > Sims

Re: [Matplotlib-users] Usability with matplotlib

2006-12-16 Thread John Hunter
> "Simson" == Simson Garfinkel <[EMAIL PROTECTED]> writes: Simson> I'm very interested in putting together a document that Simson> would be incorporated into the user's manual that would Simson> describe the abstractions used by matplotlib. I think that Simson> this would help