Hi, The following example code does not work:
plot(sin(x^2), (x, -3, 3), axes_labels=['$x$','$y$']) Traceback (click to the left of this block for traceback) ... TypeError: coercing to Unicode: need string or buffer, dict found But works when I remove the '$' symbols. Anyway to fix this? Mani chandra -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org