Properties
Category
English
Similar Topics
Statistics
Comments
4
Participants
4
Subscribers
0
Votes
1
Views
2853
Share
Answered
Hi.
Is there a way to add multiple points directly, but the names of those becomes A1, A2, etc - instead of A, B, etc?
Alternatively: I want to place a bunch of points manually. Can I somehow select all of those and renaming them into A1, A2, etc?
Thanks
- 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
Hi,
One way. If you have a document that contains something like...
A1=(4,7)
B1=(3,3)
B7=(4,6) etc
Create a button, then copy and paste the text into the button script. Run the button and the points are created in the spreadsheet. You can now delete the button.
Simon
Hi
First, select points A,B,...Then drag points in spreadsheet (in A1)
Finally, (un)show points A,B,... (or delete them !)
Thanks jumera. I was trying your method, and I realized that I'm also able to delete the original points right afterward because they're still selected.
This will create some random points in cells A1:A10
Execute[Sequence["A"+i+"=(RandomBetween[0,10],RandomBetween[0,10])",i,1,10]]
Comments have been locked on this page!