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
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org