# This command works for me: polygon([(0,0), (2,1), (0,3)], alpha=0.5, axes_labels=['x','y'])
On Monday, July 16, 2012 8:27:25 PM UTC+2, The Doctor (Michael) wrote: > > Thanks a lot. On my figure number (2) above: > > And for figure 2, I used polygon(): > > figure2 = polygon([(0,0), (2,1), (0,3)], alpha=0.5) > > I have tried adding axes with: axes_label=['x','y'], but sage ignores > that request and prints the graph without any axes. How can I fix that? > Thanks again, > > -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
