Properties
Category
English
Tags
SetVisibleInView
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
2
Votes
1
Views
769
Share
Answered
I have the function
y= sin (x)
which is nicely plotted on the canvas for all values of x.
I want GeoGebra to plot it on a specific region, for example 1<x<2.
I came across the function SetVisibleInView but I don't understand the arguments it accepts, as I am not even sure whether this is the command I am looking for.
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
setvisible() is for on/off visibility
type sin(x),1<=x<=2
or if(1<x<pi,sin(x),pi<=x<4,-(x-5)^2) for more opcions
Comments have been locked on this page!