[sage-devel] Re: Plotting free modules

2007-09-30 Thread Timothy Clemans
On 9/30/07, Justin C. Walker <[EMAIL PROTECTED]> wrote: > > > On Sep 30, 2007, at 10:10 PM, Timothy Clemans wrote: > > > > > That is a feature that has been in SAGE since the calculus module was > > added. > > How does this relate to the calculus package, or are you just noting > the release when

[sage-devel] Re: Plotting free modules

2007-09-30 Thread Justin C. Walker
On Sep 30, 2007, at 10:10 PM, Timothy Clemans wrote: > > That is a feature that has been in SAGE since the calculus module was > added. How does this relate to the calculus package, or are you just noting the release when it first appeared? > In typing that in a notebook I found out that the

[sage-devel] Re: Plotting free modules

2007-09-30 Thread Justin C. Walker
On Sep 30, 2007, at 10:14 PM, Mike Hansen wrote: > >> sage: Z4=FreeModule(ZZ,4) >> sage: P=Z2.plot() >> sage: P.show() >> >> Bug? Feature? > > Yeah, I think the units on the axes are a bit off ;) You're right. At first I thought the .25 related to the rank, but I got the same thing for rank

[sage-devel] Re: Plotting free modules

2007-09-30 Thread Mike Hansen
> sage: Z4=FreeModule(ZZ,4) > sage: P=Z2.plot() > sage: P.show() > > Bug? Feature? Yeah, I think the units on the axes are a bit off ;) --Mike --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group,

[sage-devel] Re: Plotting free modules

2007-09-30 Thread Timothy Clemans
That is a feature that has been in SAGE since the calculus module was added. In typing that in a notebook I found out that the sage: prompt is no longer valid. On 9/30/07, Justin C. Walker <[EMAIL PROTECTED]> wrote: > > This seems kind of odd to me. Try this at home: > > sage: Z4=FreeModule(ZZ,4