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

Home » Public Forums » archive » function graphic question
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
function graphic question [message #91359] Fri, 03 July 2015 08:30
Dae-Kyu Shin is currently offline  Dae-Kyu Shin
Messages: 25
Registered: February 2015
Junior Member
hi
here is simple example code


win = window()

p1 = plot(/test, /current)
p2 = plot(/test, sym='D', name='temp', /over)

;lost p1 and p2 object.(is the object is correct?)
p1 = 0
p2 = 0


;but i can change the "p1" and "p2" property through "win" object.

win['plot'].thick=2
win['temp'].sym_color='red'




i think, the "p1" and "p2" properties saved in "win" object.


so, how can i get the "name" property of losted "p1" and "p2" object from "win" object??
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Combine few eps files in one eps with high resolution
Next Topic: BREAK statement

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

Current Time: Wed Oct 08 07:14:38 PDT 2025

Total time taken to generate the page: 0.22378 seconds