Re: [Tutor] Interactive plots...

2008-04-01 Thread Michael Langford
If you're just talking about something like this (ascii art) drawing: 1:* * * * * * * * ** 0: * * * ** * * * * * * * * * * * * * * -

Re: [Tutor] Interactive plots...

2008-03-29 Thread Che M
> I am thinking about writing a program which will involve, among other > things, displaying a plot of a series of numbers. The idea is that > you could click on the points and move them to change the numbers. > Reverse-plotting, I suppose. It need not be complex; the numbers > will

Re: [Tutor] Interactive plots...

2008-03-27 Thread John Fouhy
On 28/03/2008, David Perlman <[EMAIL PROTECTED]> wrote: > I am thinking about writing a program which will involve, among other > things, displaying a plot of a series of numbers. The idea is that > you could click on the points and move them to change the numbers. > Reverse-plotting, I suppose

[Tutor] Interactive plots...

2008-03-27 Thread David Perlman
I am thinking about writing a program which will involve, among other things, displaying a plot of a series of numbers. The idea is that you could click on the points and move them to change the numbers. Reverse-plotting, I suppose. It need not be complex; the numbers will all be zero or