diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-16 23:51:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-16 23:51:34 +0000 |
commit | 3dc099326cd991a2db80fc2b8e17b626a10d8f91 (patch) | |
tree | 29255929157770b0476a0cf5070bf13a7d6a968c /Master/texmf-dist/doc/latex/media9/files/epix.asy | |
parent | 7d3939ca812ba5430cfb748fc99af2d3f6f734e6 (diff) |
media9 (16nov13)
git-svn-id: svn://tug.org/texlive/trunk@32163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9/files/epix.asy')
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/files/epix.asy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/files/epix.asy b/Master/texmf-dist/doc/latex/media9/files/epix.asy index 48e25aa5591..60720aaba05 100644 --- a/Master/texmf-dist/doc/latex/media9/files/epix.asy +++ b/Master/texmf-dist/doc/latex/media9/files/epix.asy @@ -9,8 +9,8 @@ import graph3; size(200,200,IgnoreAspect); -//currentprojection=perspective(4,2,3); -currentprojection=perspective(0,0,1); +currentprojection=perspective(4,2,3); +//currentprojection=perspective(0,0,1); real f(pair z) {return z.y^3/2-3z.x^2*z.y;} |