[sage-support] Re: pylab examples [was Small correction for "Constructions ..."]

2008-01-02 Thread David Joyner
On Jan 2, 2008 1:57 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Jan 2, 2008 9:47 AM, David Joyner <[EMAIL PROTECTED]> wrote: > > > > (1) I get the same failure after hg_sage.pull(). > > > > (2) I ssh'd into sage.math and tried the commands and got much worst errors: > > > > sage: from pyla

[sage-support] Re: using gnuplot from the sage notebook to plot 3D graphs from files containing x,y and z cordinates

2008-01-02 Thread William Stein
On Jan 2, 2008 4:13 PM, Max Randor <[EMAIL PROTECTED]> wrote: > > Shortly after posting I worked out how to fix it myself. > Sorry. > As a consequence of editing the wrong file I can no be sure that the > patch file is for the same file as sear distributes, but it is close. > http://max.randor.goo

[sage-support] Re: using gnuplot from the sage notebook to plot 3D graphs from files containing x,y and z cordinates

2008-01-02 Thread Max Randor
Shortly after posting I worked out how to fix it myself. Sorry. As a consequence of editing the wrong file I can no be sure that the patch file is for the same file as sear distributes, but it is close. http://max.randor.googlepages.com/gnuplot1.py http://max.randor.googlepages.com/gnuplot1.patch

[sage-support] using gnuplot from the sage notebook to plot 3D graphs from files containing x,y and z cordinates

2008-01-02 Thread Max Randor
Background: For the analysis of some experimental data I am using sage's notebook. several functions that I have written work together to turn the input datafile from a silly propitiatory program into a nice simple text file of x, y and z values separated by 1 space e.g. 17 17 17 17 17 18 17 18 19

[sage-support] Re: Some curios behavior (for me :)) in maxima and octave 2d plotting

2008-01-02 Thread William Stein
On Jan 2, 2008 8:07 AM, lwd <[EMAIL PROTECTED]> wrote: > > > > On Jan 2, 1:06 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > > > That's weird. Can you post the _exact_ input > > and output from a complete session where you get > > sage1 as the output from maxima.eval('...')? Thanks. > > > >

[sage-support] Re: pylab examples [was Small correction for "Constructions ..."]

2008-01-02 Thread William Stein
On Jan 2, 2008 9:47 AM, David Joyner <[EMAIL PROTECTED]> wrote: > > (1) I get the same failure after hg_sage.pull(). > > (2) I ssh'd into sage.math and tried the commands and got much worst errors: > > sage: from pylab import * > > Bad key "lines.markeredgecolor" on line 48 in > /home/wdj/.sage//m

[sage-support] Re: Sage-2.9

2008-01-02 Thread mabshoff
On Dec 29 2007, 1:58 am, "Kiran Kedlaya" <[EMAIL PROTECTED]> wrote: > I posted an install log (for SAGE 2.9.1.1) here: > > http://sage.math.washington.edu/home/kedlaya/install.log > > And re my compiler version: the result of gcc -v is: > > Using built-in specs. > Target: x86_64-redhat-linux > Con

[sage-support] Re: pylab examples [was Small correction for "Constructions ..."]

2008-01-02 Thread David Joyner
(1) I get the same failure after hg_sage.pull(). (2) I ssh'd into sage.math and tried the commands and got much worst errors: sage: from pylab import * Bad key "lines.markeredgecolor" on line 48 in /home/wdj/.sage//matplotlibrc. You probably need to get an updated matplotlibrc file from http://

[sage-support] Re: Some curios behavior (for me :)) in maxima and octave 2d plotting

2008-01-02 Thread lwd
On Jan 2, 1:06 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > That's weird. Can you post the _exact_ input > and output from a complete session where you get > sage1 as the output from maxima.eval('...')? Thanks. > This is it: [EMAIL PROTECTED]:~/Disertatie$ sage -

[sage-support] Re: Some curios behavior (for me :)) in maxima and octave 2d plotting

2008-01-02 Thread lwd
On Jan 2, 1:06 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > That's weird. Can you post the _exact_ input > and output from a complete session where you get > sage1 as the output from maxima.eval('...')? Thanks. > This is it: [EMAIL PROTECTED]:~/Disertatie$ sage -

[sage-support] Re: Some curios behavior (for me :)) in maxima and octave 2d plotting

2008-01-02 Thread William Stein
On Jan 2, 2008 3:48 AM, lwd <[EMAIL PROTECTED]> wrote: > > On Jan 2, 7:41 am, "William Stein" <[EMAIL PROTECTED]> wrote: > > > > It would be better to try > > sage: maxima.eval(...) > > above. > > > I tried maxima.eval('plot2d(...)'), returns 'sage1', but no plot. > sage: maxima.eval('plot2d(...

[sage-support] Re: Some curios behavior (for me :)) in maxima and octave 2d plotting

2008-01-02 Thread lwd
On Jan 2, 7:41 am, "William Stein" <[EMAIL PROTECTED]> wrote: > > It would be better to try > sage: maxima.eval(...) > above. > I tried maxima.eval('plot2d(...)'), returns 'sage1', but no plot. sage: maxima.eval('plot2d(...)') 'sage1' > Do >sage: octave.eval(...) > that is equivalent to jus

[sage-support] Re: pylab examples [was Small correction for "Constructions ..."]

2008-01-02 Thread William Stein
On Dec 28, 2007 8:08 PM, David Joyner <[EMAIL PROTECTED]> wrote: > > I just pasted that in exactly in Sage at the command line and it worked > > fine. Above you say "it doesn't work". What is the error?!! > > The errors below were the same on both an ubuntu 64bit machine and > an intel macbook.