[sage-support] Re: legend options **kwds

2015-10-24 Thread HG
Thank you very much, you answered two questions : legend ones and O=graphics() which seems to be unecessary ! tuts or tut is short for tutorials indeed. Henri Le samedi 24 octobre 2015 10:13:33 UTC+2, HG a écrit : > > Hi, > I don't see this oportunity anywhere in tuts. > That's how I used it

[sage-support] Re: Ipython notebook : mathjax availability depends on the way one starts sage...

2015-10-24 Thread Emmanuel Charpentier
Thanks a lot, Volker ! Your abstract of the problem is much better than what I was planning... I Cc'd myself on the ticket. -- Emmanuel Charpentier Le samedi 24 octobre 2015 13:12:18 UTC+2, Volker Braun a écrit : > > I've extracted a bug report at http://trac.sagemath.org/ticket/19469 > > --

Re: [sage-support] RealSet Problem

2015-10-24 Thread Volker Braun
The docstring issue is fixed in http://trac.sagemath.org/ticket/19475 On Wednesday, October 21, 2015 at 8:47:58 PM UTC+2, William wrote: > > I don't know. The ? help for RealSet it epically horrible. Why is > this so utterly broken? > -- You received this message because you are subscribed

[sage-support] Re: Ipython notebook : mathjax availability depends on the way one starts sage...

2015-10-24 Thread Volker Braun
I've extracted a bug report at http://trac.sagemath.org/ticket/19469 -- 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.

[sage-support] %matplotlib inline

2015-10-24 Thread HG
Hi, In sage -n=ipython matplotlib doesn't display embedded figure but just object. But python does it : How can we do it with matplotlib ? In [2]: %display latex %matplotlib inline import numpy as np import matplotlib.pyplot as plt ​ # Make some fake data. a = b = np.arange(0,3, .02) c =

[sage-support] Re: server connection failed

2015-10-24 Thread Dominique Laurain
Hello Adrien, Before sending a support request in panic mode, you should first edit your post in a text fileand correct it, thinking about what readers will understand. Because you should first explain what you were trying to do, and then giving information about how you failed. If you

[sage-support] legend options **kwds

2015-10-24 Thread HG
Hi, I don't see this oportunity anywhere in tuts. That's how I used it below but now (sage-6.9/6.10beta1) it doesn't work legend_opts = { 'back_color': 'salmon', 'shadow': False,'fancybox': 'True','fontsize': '6','loc': '1','borderaxespad': '1'}; O.set_legend_options(**legend_opts); Any help

[sage-support] Re: legend options **kwds

2015-10-24 Thread Dominique Laurain
Whole cell : O = plot(x,(x,0,1),legend_label='$xyz$') #legend_opts = { 'back_color': 'salmon', 'shadow': False,'fancybox': 'True','fontsize': '6','loc': '1','borderaxespad': '1'}; legend_opts = { 'back_color': 'salmon' , 'shadow': False, 'fancybox': 'True', 'fontsize': '6','borderaxespad' : 1,

[sage-support] Re: legend options **kwds

2015-10-24 Thread Dominique Laurain
Unquote the borderaxespad dict value like this : legend_opts = { 'back_color': 'salmon' , 'shadow': False, 'fancybox': 'True', 'fontsize': '6','borderaxespad' : 1, 'loc': '1'}; otherwise (checked on cell worksheet in the SAGE cloud) Error in lines 5-5Traceback (most recent call last):

[sage-support] Re: legend options **kwds

2015-10-24 Thread Dominique Laurain
is "tuts" a nickname for "tutorials" ? -- 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 this group, send