[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-24 Thread Burcin Erocal
On Thursday 23 October 2008 18:36:33 Jason Grout wrote: > Burcin Erocal wrote: > > Yes, this would be helpful. I keep a todo list on a sticky note on my > > desktop. Here is my list (more or less in order of priority): > > > > * evaluation > > * support for _fast_eval > > * hash is random > > * py

[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-23 Thread Jason Grout
Burcin Erocal wrote: > Yes, this would be helpful. I keep a todo list on a sticky note on my > desktop. Here is my list (more or less in order of priority): > > * evaluation > * support for _fast_eval > * hash is random > * pyobject deallocations, memory leaks > * print order (William's list) >

[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-23 Thread Burcin Erocal
On Tuesday 21 October 2008 16:54:35 William Stein wrote: > On Tue, Oct 21, 2008 at 7:12 AM, Jason Grout > > <[EMAIL PROTECTED]> wrote: > > William Stein wrote: > >> On Tue, Oct 21, 2008 at 6:30 AM, kcrisman <[EMAIL PROTECTED]> > >> wrote: > >>> The new variables don't seem to work well with the pl

[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-21 Thread kcrisman
> If you wrap it in a python function, for now, you can get the functionality > you want: > It might exist only in our heads :-)  But there is actually a file > todo.txt that is here in sage-3.2.*: > >      devel/sage/sage/symbolic/todo.txt > Both answers are very helpful - thanks! - kcrisman

[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-21 Thread William Stein
On Tue, Oct 21, 2008 at 7:12 AM, Jason Grout <[EMAIL PROTECTED]> wrote: > > William Stein wrote: >> On Tue, Oct 21, 2008 at 6:30 AM, kcrisman <[EMAIL PROTECTED]> wrote: >>> The new variables don't seem to work well with the plotting code as >>> is; I give below output for two plots using old and

[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-21 Thread Jason Grout
kcrisman wrote: > The new variables don't seem to work well with the plotting code as > is; I give below output for two plots using old and new variables. I > assume this is known, but just wanted to put it out there. > > On the plus side, the new variables are MUCH faster. How do I know? > Be

[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-21 Thread Jason Grout
William Stein wrote: > On Tue, Oct 21, 2008 at 6:30 AM, kcrisman <[EMAIL PROTECTED]> wrote: >> The new variables don't seem to work well with the plotting code as >> is; I give below output for two plots using old and new variables. I >> assume this is known, but just wanted to put it out there.

[sage-devel] Re: Using Pynac variables in plot has problems

2008-10-21 Thread William Stein
On Tue, Oct 21, 2008 at 6:30 AM, kcrisman <[EMAIL PROTECTED]> wrote: > > The new variables don't seem to work well with the plotting code as > is; I give below output for two plots using old and new variables. I > assume this is known, but just wanted to put it out there. That's because we have