plot idl code example
Example 1: plot idl
TITLE="Circuit Resistance", DIM=[450,400], MARGIN=0.2)
Example 2: plot idl
p = PLOT(theory, "r4D-", YTITLE='Resistance ($\Omega$)', $
Example 3: plot idl
; Create data representing the sine wave
Example 4: plot idl
theory = SIN(2.0*FINDGEN(200)*!PI/25.0)*EXP(-0.02*FINDGEN(200))