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%1

What can be used instead ?

Pedro

-- 
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

Reply via email to