This is excellent, thanks!
On 5/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I wrote this, along with other 3d hacks for Alex's plotting code, about 9
> months ago. It's so horrendously slow, I didn't show it off much. You can
> imagine my surprise that the resultant image is the
I wrote this, along with other 3d hacks for Alex's plotting code, about 9
months ago. It's so horrendously slow, I didn't show it off much. You can
imagine my surprise that the resultant image is the only image in Wikipedia's
SAGE article to this day.
def xproj(x,y,z,r):
return (y*r[1] -
On 5/23/07, William Stein <[EMAIL PROTECTED]> wrote:
>
> On 5/23/07, Marshall Hampton <[EMAIL PROTECTED]> wrote:
> > Surface plots are very important for my sage-teaching plans.
> > Currently the maxima surface plots don't work for a notebook running
> > on a different machine (unless there is som
On 5/23/07, Marshall Hampton <[EMAIL PROTECTED]> wrote:
> Surface plots are very important for my sage-teaching plans.
> Currently the maxima surface plots don't work for a notebook running
> on a different machine (unless there is some way of piping that over
> - ?).
Currently unfortunately ther