diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-31 23:08:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-31 23:08:27 +0000 |
commit | 43302e4235ec0431ecd3365616212c18892d6187 (patch) | |
tree | 265e5d6b8af761d19b3ad3cfc6de4a36696c8857 /Master/texmf/doc/asymptote/examples/electromagnetic.asy | |
parent | 359f8fc550d95dcb9c5cae523b0f28a117ca4996 (diff) |
asymptote 2.16
git-svn-id: svn://tug.org/texlive/trunk@26747 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/electromagnetic.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/electromagnetic.asy | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf/doc/asymptote/examples/electromagnetic.asy b/Master/texmf/doc/asymptote/examples/electromagnetic.asy index 058c7c5c574..d229f76b748 100644 --- a/Master/texmf/doc/asymptote/examples/electromagnetic.asy +++ b/Master/texmf/doc/asymptote/examples/electromagnetic.asy @@ -33,15 +33,15 @@ picture q=secondaryX(new void(picture p) { scale(p,LogLeft,Linear); xlimits(p,lambda(fmax),lambda(fmin)); ylimits(p,0,1); - xaxis(p,Label("\nano\metre",1),Top,LeftTicks(DefaultLogFormat,n=10)); + xaxis(p,Label("\nano\metre",1,0.01N),Top,LeftTicks(DefaultLogFormat,n=10)); }); add(q,above=true); margin margin=PenMargin(0,0); -draw("radio",Scale((10,1))--Scale((5e12,1)),N,Arrow); -draw("infrared",Scale((1e12,1.5))--Scale(shift(0,1.5)*ir),Arrows,margin); -draw("UV",Scale(shift(0,1.5)*uv)--Scale((1e17,1.5)),Arrows,margin); -draw("x-rays",Scale((1e16,1))--Scale((1e21,1)),N,Arrows); -draw("$\gamma$-rays",Scale((fmax,1.5))--Scale((2e18,1.5)),Arrow); +draw("radio",Scale((10,1))--Scale((5e12,1)),S,Arrow); +draw("infrared",Scale((1e12,1.75))--Scale(shift(0,1.75)*ir),LeftSide,Arrows,margin); +draw("UV",Scale(shift(0,1.75)*uv)--Scale((1e17,1.76)),LeftSide,Arrows,margin); +draw("x-rays",Scale((1e16,1))--Scale((1e21,1)),RightSide,Arrows); +draw("$\gamma$-rays",Scale((fmax,1.75))--Scale((2e18,1.75)),Arrow); |