Properties
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
2
Votes
1
Views
563
Share
Answered
Hello i need help.
My triangle is left aligned, i need it to be centered, with the first line on the center os my construction and the other lines symmetrical to the first one.
Files:
pascal.ggb
- 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
See attachment.
The basic principle is simple.
Create a point for each number in a nested list and assign the Pascal values to each of these points.
.AND:
The assignment to the point must be centered. That's a bit more complicated:
Centered use the command TableText().
All table element always has the same dimension and this dimension is the same as in the object Sample (2 lines and the first line has 10 blanks there are longer then the longest value)
In Sample, the vector for moving the right-justified text is formed. Because all elements have the same dimension as Sample the move vector is always the same (as in Sample). It is used when assigning point and value (in l2)
.
Extension possibility: consideration of pixel sizes and zoom.
Thank you very much, you help me a lot.
Comments have been locked on this page!