dashed-circle in idl

points = (2 * !PI / 99.0) * FINDGEN(100)

for q = 0, 49, 2 do begin

    temp_points = points[q*2:(q+1)*2-1]

    x = hmin * COS(temp_points)

    y = hmin * SIN(temp_points)

    arr = TRANSPOSE([[x],[y]])

    plots, arr, /data

endfor

prev | 1 2 3 4 ··· 1264 | next
Hello, stranger
note List Tags Media Guest Admin
powered by TISTORY designed by KHISM modified by kaysoh RSS T Y T
openclose