Why does the plot
plot(k%1,k,0,5)
is not produced but the following works:
k=var('k')
plot( k/1, k,0,5).show()
print 1.9%1What can be used instead ? Pedro -- 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
