infinity: make cuts more reliable
This commit is contained in:
0
infinity/benchmark/scripts/render.sage
Normal file → Executable file
0
infinity/benchmark/scripts/render.sage
Normal file → Executable file
@@ -1,7 +1,5 @@
|
||||
|
||||
# This file was *autogenerated* from the file scripts/render.sage
|
||||
from sage.all_cmdline import * # import sage library
|
||||
|
||||
_sage_const_3 = Integer(3); _sage_const_1 = Integer(1); _sage_const_0 = Integer(0); _sage_const_0p2 = RealNumber('0.2'); _sage_const_1000 = Integer(1000); _sage_const_1en10 = RealNumber('1e-10'); _sage_const_30 = Integer(30); _sage_const_20 = Integer(20)
|
||||
import sys
|
||||
import math
|
||||
@@ -44,4 +42,3 @@ for fname in sys.argv[_sage_const_1 :]:
|
||||
|
||||
output = "%s.png" % fname
|
||||
save(p0+pf+p3+p1, output, xmin=-M, ymin=-M, xmax=M, ymax=M)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user