comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Tick mark annotations after rotation using az?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Tick mark annotations after rotation using az? [message #12245] Mon, 27 July 1998 00:00
Holger Schaal is currently offline  Holger Schaal
Messages: 1
Registered: July 1998
Junior Member
The output of the following procedure is a plot of the electric field
potential at the interface ATR-crystal/sample for different angles of
incidence and different refractive index ratios (IR-Spectroscopy):

E_y0_thick = fltarr(74, 9)
Theta = findgen(73) * 1.0 + asin(0.285)*!radeg + .00001
Theta = [Theta, 90]
n_21 = findgen(9) * 0.1
x = Theta * !dtor
i = 0
j = 0
For i = 0,73,1 do begin
For j = 0,8,1 do begin
y = 2. * cos(x[i]) / sqrt(1. - n_21[j]^2)
E_y0_thick[i,j]=y
endfor
endfor
surface, E_y0_thick, Theta, n_21,az = 225,xstyle=4, ystyle=4, zstyle=4,
/save
axis, /t3d, xaxis=1 & axis, /t3d, yaxis=1 & axis, /t3d, zaxis=0

The rotation az = 225 gives the best point of view to see how the surface
looks like, I think. But now the tick mark annotations are unreadable - look
like mirrored or headfirst.
All my attempts to get better results, using other routines of IDL like
rotate, were unsucessful.
Now I hope, anyone reading this has an idea to solve my problems.

Thanks

Holger Schaal, Physical Chemistry Institute, University of Goettingen
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: remedial image in plot_2d
Next Topic: Re: Cut, copy and paste

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:53:01 PDT 2025

Total time taken to generate the page: 0.00550 seconds