diff options
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;} |