Skip to content

Commit b97bbb9

Browse files
committed
fix density plots
1 parent b896993 commit b97bbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/builtin/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3220,7 +3220,7 @@ def boxes_to_xml(self, leaves, **options):
32203220
borrador.write(asy)
32213221

32223222
try:
3223-
check_call(['asy', '-f', 'svg', '-o', fout, fin], stdout=DEVNULL, stderr=DEVNULL)
3223+
check_call(['asy', '-f', 'svg', '--svgemulation' ,'-o', fout, fin], stdout=DEVNULL, stderr=DEVNULL)
32243224
except:
32253225
print("Asy failed to build a svg")
32263226
check_asy = False

0 commit comments

Comments
 (0)