Properties
Category
English
Tags
dynamicnumberline
Similar Topics
Statistics
Comments
4
Participants
2
Subscribers
2
Votes
1
Views
478
Share
Answered
The labels in sequence PointLoc should be centered on the PtsLbls locations.
These are the green dots below the number line given.
Can we do it in one command?
Files:
BasicDynamicNum...
- 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
try
PointLoc = Sequence(Text(n Multiplier, PtsLbls(n + 51), true, true, 0, 0), n, -50, 50)
then press crtl+R
read the help about new syntax of text command
Thanks, MathMagic.
This works great for integer divisions! Which will work for 90% of what I want.
Now I need to figure out how to make it work for the more common fractional values so that I can have a number line.
... -1.75 -1.50 -1.25 -1.00 -0.75 ... 0.00 ... 0.75 1.00 1.25 ...
Tony
what's the problem?
use the same command with another multiplier
Solved it I think.
Comments have been locked on this page!