[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 belo

[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): File

[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 ema