Re: [sage-support] Re: Octave and R plots in sagecell

2015-11-07 Thread William Stein
On Sat, Nov 7, 2015 at 4:22 PM, Nils Bruin wrote: > On Friday, November 6, 2015 at 2:59:56 PM UTC-8, Andrey Novoseltsev wrote: >> >> My understanding is that (unlike for R) we do not try to do anything for >> Octave plotting, so everything is "default". Plotting commands in Octave use >> either gn

[sage-support] Re: Octave and R plots in sagecell

2015-11-07 Thread Nils Bruin
On Friday, November 6, 2015 at 2:59:56 PM UTC-8, Andrey Novoseltsev wrote: > > My understanding is that (unlike for R) we do not try to do anything for > Octave plotting, so everything is "default". Plotting commands in Octave > use either gnuplot or OpenGL, but it seems that in our setup only gn

[sage-support] Re: Octave and R plots in sagecell

2015-11-06 Thread Andrey Novoseltsev
On Monday, 26 October 2015 06:13:08 UTC-6, Benedikt Magnússon wrote: > > Hi > > I wish to be able to plot in Octave/R inside a sagecell. > and in Octave you only get a Ascii plot > https://sagecell.sagemath.org/?z=eJwryMkv0Yg21DGM1QQAFu8DVw==&lang=octave > I have to say that R documentation is mor

Re: [sage-support] Re: Octave and R plots in sagecell

2015-11-06 Thread Andrey Novoseltsev
On Thursday, 5 November 2015 21:16:03 UTC-7, William wrote: > > Thanks -- I've made a ticket: > >https://github.com/sagemathinc/smc/issues/234 > > Where's a link to exactly your code (so I can add it to the SMC ticket)? > Commits linked at github ticket above! > > On Thu, Nov 5, 2015 at 7

Re: [sage-support] Re: Octave and R plots in sagecell

2015-11-05 Thread William Stein
Thanks -- I've made a ticket: https://github.com/sagemathinc/smc/issues/234 Where's a link to exactly your code (so I can add it to the SMC ticket)? On Thu, Nov 5, 2015 at 7:09 PM, kcrisman wrote: > Impressive! > > >> >> SageMathCell now defaults to producing SVG plots in R and displays all

Re: [sage-support] Re: Octave and R plots in sagecell

2015-11-05 Thread kcrisman
Impressive! > SageMathCell now defaults to producing SVG plots in R and displays all > automatic plots that it can (BMP, JPEG, PNG, SVG). Users are free to start > new plotting devices, pass any options to them, and create multiple plots > in the same cell. Plots with custom names or harder fo

Re: [sage-support] Re: Octave and R plots in sagecell

2015-11-05 Thread Andrey Novoseltsev
OK, here is my take on R plots: http://sagecell.sagemath.org/?z=eJwryMkv0SjKyy_K1TA0MNDU5OUqwBDJKkhN1yjPTCnJsDUGimBTUpCSpoFdAkMkOTGzKD8epCE_LzUtMyfV1s3RJ9iVSN3FZekaIE15ibmptkrOpcUl-bl6QEElrKoB67NCZQ==&lang=r SageMathCell now defaults to producing SVG plots in R and displays all automatic plots th

[sage-support] Re: Octave and R plots in sagecell

2015-10-29 Thread Andrey Novoseltsev
On Thursday, 29 October 2015 04:12:36 UTC-6, Benedikt Magnússon wrote: > > Thanks for the replies. > > kcrisman: > I already installed xorg-dev, as sugested at dan-erik's blog. > Using dev.off() gives me "null device 1" > My understanding is that this is normal R output and the plot is creat

[sage-support] Re: Octave and R plots in sagecell

2015-10-29 Thread Benedikt Magnússon
Thanks for the replies. kcrisman: I already installed xorg-dev, as sugested at dan-erik's blog. Using dev.off() gives me "null device 1" Andrey: Do you think it is possible to use the sage_salvus.py code in Sage Cell? One more question, is there some log file for sage cell which I dig into

Re: [sage-support] Re: Octave and R plots in sagecell

2015-10-27 Thread William Stein
> Can you please give a pointer to where this is implemented in SMC? This link: https://github.com/sagemathinc/smc/blob/master/salvus/sage_salvus.py#L1942 but this will become invalid in a few days with a major refactoring of the code. In any case look for the file sage_salvus.py and a line tha

Re: [sage-support] Re: Octave and R plots in sagecell

2015-10-27 Thread Andrey Novoseltsev
On Monday, 26 October 2015 10:27:23 UTC-6, William wrote: > > On Mon, Oct 26, 2015 at 7:39 AM, kcrisman > > wrote: > >> > >> > >> I wish to be able to plot in Octave/R inside a sagecell. > >> Therefore, I just set up a sagecell server using the instructions here > >> https://github.com/sagema

Re: [sage-support] Re: Octave and R plots in sagecell

2015-10-26 Thread William Stein
On Mon, Oct 26, 2015 at 7:39 AM, kcrisman wrote: >> >> >> I wish to be able to plot in Octave/R inside a sagecell. >> Therefore, I just set up a sagecell server using the instructions here >> https://github.com/sagemath/sagecell >> >> >> I compiled my own sagecell server because when you use >> ht

[sage-support] Re: Octave and R plots in sagecell

2015-10-26 Thread kcrisman
> > > > I wish to be able to plot in Octave/R inside a sagecell. > Therefore, I just set up a sagecell server using the instructions here > https://github.com/sagemath/sagecell > > > I compiled my own sagecell server because when you use > https://sagecell.sagemath.org > you get the following wh