Skip to content

Commit

Permalink
fixes test case
Browse files Browse the repository at this point in the history
  • Loading branch information
poke1024 committed Oct 16, 2016
1 parent 8eb690f commit 5f90b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/builtin/graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ class Graphics(Builtin):
In 'TeXForm', 'Graphics' produces Asymptote figures:
>> Graphics[Circle[]] // TeXForm
=
=
. \begin{asy}
. size(5.8556cm, 5.8333cm);
. add((175,175,175,0,0,175)*(new picture(){picture s=currentpicture,t=new picture;currentpicture=t;draw(ellipse((0,0),1,1), rgb(0, 0, 0)+linewidth(0.0038095));currentpicture=s;return t;})());
Expand Down

0 comments on commit 5f90b30

Please sign in to comment.