Skip to content

Commit 7b5cc91

Browse files
committed
Default PointSize is 0.01
See page 1245 of the Mathematica book 5
1 parent 541cba7 commit 7b5cc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/formatter/json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def point_3d_box(self):
6161

6262
point_size, _ = self.style.get_style(PointSize, face_element=False)
6363
if point_size is None:
64-
point_size = PointSize(self.graphics, value=0.005)
64+
point_size = PointSize(self.graphics, value=0.01)
6565
absolute_point_size = point_size.get_size()
6666

6767
for line in self.lines:

0 commit comments

Comments
 (0)