Difference between revisions of "SetPointStyle Command"

From GeoGebra Manual
Jump to: navigation, search
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
{{command|scripting}}
+
;SetPointStyle( <Point>, <Number> )
;SetPointStyle[ <Point>, <Number> ]
+
Changes the point style of given point according to following table (numbers out of range  [0,10] will be treated as 0).
Changes the point style of given point according to following table (numbers out of range  [0,9] are not valid).
 
  
 
{| class="pretty"
 
{| class="pretty"
 
!Number
 
!Number
 
!Style
 
!Style
 +
!Symbol
 
|-
 
|-
 
|0
 
|0
 
|Full dot
 
|Full dot
 +
|[[File:Stylingbar point filled.svg|16px]]
 
|-
 
|-
 
|1
 
|1
 
|Cross
 
|Cross
 +
|⨯
 
|-
 
|-
 
|2
 
|2
 
|Empty dot
 
|Empty dot
 +
|○
 
|-
 
|-
 
|3
 
|3
 
|Plus sign
 
|Plus sign
 +
| +
 
|-
 
|-
 
|4
 
|4
 
|Full diamond
 
|Full diamond
 +
|◆
 
|-
 
|-
 
|5
 
|5
 
|Empty diamond
 
|Empty diamond
 +
|◇
 
|-
 
|-
 
|6
 
|6
 
|Triangle north
 
|Triangle north
 +
|▲
 
|-
 
|-
 
|7
 
|7
 
|Triangle south
 
|Triangle south
 +
|▼
 
|-
 
|-
 
|8
 
|8
 
|Triangle east
 
|Triangle east
 +
|▶
 
|-
 
|-
 
|9
 
|9
 
|Triangle west
 
|Triangle west
 +
|◀
 +
|-
 +
|10
 +
|Full dot (but with no outline)
 +
|[[File:Stylingbar point full.svg|16px]]
 
|}
 
|}

Latest revision as of 23:46, 13 November 2017


SetPointStyle( <Point>, <Number> )

Changes the point style of given point according to following table (numbers out of range [0,10] will be treated as 0).

Number Style Symbol
0 Full dot Stylingbar point filled.svg
1 Cross
2 Empty dot
3 Plus sign +
4 Full diamond
5 Empty diamond
6 Triangle north
7 Triangle south
8 Triangle east
9 Triangle west
10 Full dot (but with no outline) Stylingbar point full.svg
© 2024 International GeoGebra Institute