[sage-support] Re: cocalc

2017-08-11 Thread fidelbc
Hi, Perhaps adding the mesh=True for each of the parametric_plot3d calls will do the job? var("r,theta,phi"); def coordfunc(r,theta,phi,switch,shift=0): if switch=="yin": return (r*sin(theta)*cos(phi)+shift,r*sin(theta)*sin(phi),r*cos(theta)) else: return

[sage-support] Re: [CoCalc] Re: LattE

2017-07-02 Thread Harald Schilly
Thank's for forwarding, LattE is installed. -- harald -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to

[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik
Right, it is in fact invoking show(), which is File: /projects/sage/sage-7.5/local/lib/python2.7/site-packages/smc_sagews/sage_salvus.py Source: def show(*objs, **kwds): """ Show a 2d or 3d graphics object (or objects), animation, or matplotlib figure, or show an expression

[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Harald Schilly
On Thu, Jun 1, 2017 at 2:59 PM, Dima Pasechnik wrote: > right, sorry, I mean a sagews notebook running Sage. > I did not try other SMC Sage interfaces. Yes, there is probably somewhere this "show" function involved, which has the same name but a different implementation --

[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik
On Thu, Jun 1, 2017 at 1:46 PM, Harald Schilly wrote: > On Thu, Jun 1, 2017 at 9:02 AM, Dima Pasechnik wrote: >> By the way, this example does work on SMC, so they must be doing something >> non-standard here. >> What is that? > > Hi, you need to be

[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Harald Schilly
On Thu, Jun 1, 2017 at 9:02 AM, Dima Pasechnik wrote: > By the way, this example does work on SMC, so they must be doing something > non-standard here. > What is that? Hi, you need to be more precise, since CoCalc has a rather large feature surface. In case you mean "sagews"

[sage-support] Re: [CoCalc] Re: Crystals not displaying

2017-05-31 Thread Harald Schilly
On Wed, May 31, 2017 at 12:02 PM, Dima Pasechnik wrote: > oops, it does work after I install dot2tex by doing > > sage -i dot2tex Well, I can only confirm, that dot2tex is installed on CoCalc... Better error messages and sanity checks FTW :-) -- harald -- You received this