Difference between revisions of "SetPointSize Command"

From GeoGebra Manual
Jump to: navigation, search
m (removed outdated text)
m (added further explanation)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{command|scripting}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
 
;SetPointSize[ <Point>, <Number> ]
 
;SetPointSize[ <Point>, <Number> ]
 
:Changes the size of the point.
 
:Changes the size of the point.
Line 10: Line 10:
  
 
{{Notes|1=
 
{{Notes|1=
*From GeoGebra 5 this command can be used to set the Point Size (including size 0 to hide the Points) for Polygons, Nets and Polyhedra
+
* Also works for lists of (unlabeled) points, e.g. let list={(1, 2), (3, 4)}. Than <code><nowiki>SetPointSize[list,5] changes the size of the listed points.</nowiki></code>
* Also works for lists of (unlabeled) points, e.g. {(1, 2), (3, 4)}
 
 
}}
 
}}

Revision as of 10:19, 11 August 2015


SetPointSize[ <Point>, <Number> ]
Changes the size of the point.
SetPointSize[ <Polygon>, <Number> ]
Changes the size of a polygon's points.
SetPointSize[ <Polyhedron>, <Number> ]
Changes the size of a polyhedron's points.
SetPointSize[ <Net>, <Number> ]
Changes the size of a net's points.
Notes:
  • Also works for lists of (unlabeled) points, e.g. let list={(1, 2), (3, 4)}. Than SetPointSize[list,5] changes the size of the listed points.
© 2024 International GeoGebra Institute