Thanks Jason, I saw an error message, but did not know exactly what it meant.i do now, and will look more carefully at my spelling and be more careful. I feel well, embarrassed to ask questions about code and have the error be a simple spelling error. Sorry, and thanks again,
-Michael D On 17 July 2012 14:44, Jason Grout <[email protected]> wrote: > On 7/17/12 1:23 PM, The Doctor (Michael) wrote: > >> Hullo.I have tried the code below, but I get no axes at all: >> >> p=polygon([(-1,0), (1,0), >> (1,1)],alpha=0.5,axes_labes=['**x','y'],fontsize=15) >> > > It seems that several times now, you've had typos in your code. It might > be a good idea to look carefully for those, and pay attention to the > warnings that indicate that you didn't spell an option correctly. > In fact, the warning I get when I run that code explicitly says: > > verbose 0 (138: primitive.py, options) WARNING: Ignoring option > 'axes_labes'=['x', 'y'] > > So that's a clue that you have a typo somewhere. Notice above that you > have "axes_labes" instead of "axes_labels". > > Jason > > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to sage-support+unsubscribe@** > googlegroups.com <sage-support%[email protected]> > For more options, visit this group at http://groups.google.com/** > group/sage-support <http://groups.google.com/group/sage-support> > URL: http://www.sagemath.org > -- -In Christ, -Michael D -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
