Hi! I use notebooks, and for example i want to plot cosine function:
plot(cos(x),1,2) in output i see graphic which have x in range near [-1.5,2.5]. but there is no information for me when x is in interval [-1.5,1] and [2,2.5], so i do not want to see it in output graphic. and another example: i have hight-frequency cosine function, and i want to see it on interval x in [1,1.1]: plot(cos(x*200000),1,1.1) and i see x in [-1,1.25] so i can not "zoom" cosine function. --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
