Skip to content

Commit d53004f

Browse files
committed
Add PointSize doc example
1 parent 396074e commit d53004f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mathics/builtin/graphics.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,9 @@ class PointSize(_Size):
10011001
<dt>'PointSize[$t$]'
10021002
<dd>sets the diameter of points to $t$, which is relative to the overall width.
10031003
</dl>
1004+
1005+
>> Table[Graphics[{PointSize[r], Point[{0, 0}]}], {r, {0.02, 0.05, 0.1, 0.3}}]
1006+
= {-Graphics-, -Graphics-, -Graphics-, -Graphics-}
10041007
"""
10051008

10061009
def get_size(self):

0 commit comments

Comments
 (0)