[sage-devel] Re: show versus plot

2008-01-23 Thread Robert Bradshaw
On Jan 23, 2008, at 6:08 PM, William Stein wrote: > On Jan 23, 2008 6:00 PM, Robert Bradshaw > <[EMAIL PROTECTED]> wrote: >> >> On Jan 23, 2008, at 5:53 PM, Jason Grout wrote: >> >>> Hi everyone, >>> >>> What is the difference between x.plot() and x.show() for an >>> object x? >>> For that ma

[sage-devel] Re: show versus plot

2008-01-23 Thread William Stein
On Jan 23, 2008 6:00 PM, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > > On Jan 23, 2008, at 5:53 PM, Jason Grout wrote: > > > Hi everyone, > > > > What is the difference between x.plot() and x.show() for an object x? > > For that matter, what about view()? Of course, right now it > > depends on >

[sage-devel] Re: show versus plot

2008-01-23 Thread Robert Bradshaw
On Jan 23, 2008, at 5:53 PM, Jason Grout wrote: > Hi everyone, > > What is the difference between x.plot() and x.show() for an object x? > For that matter, what about view()? Of course, right now it > depends on > the object, but what is the general guideline? > > I'm refactoring a patch that