We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541cba7 commit 7b5cc91Copy full SHA for 7b5cc91
mathics/formatter/json.py
@@ -61,7 +61,7 @@ def point_3d_box(self):
61
62
point_size, _ = self.style.get_style(PointSize, face_element=False)
63
if point_size is None:
64
- point_size = PointSize(self.graphics, value=0.005)
+ point_size = PointSize(self.graphics, value=0.01)
65
absolute_point_size = point_size.get_size()
66
67
for line in self.lines:
0 commit comments