On Oct 4, 7:03 pm, jpc <[email protected]> wrote:
> 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 ?

I can't explain the behavior.  but wouldn't plot(x-floor(x),0,5)
produce the same output?

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

Reply via email to