Properties set for GA Plot objects accessible via Set_PLOT_Property/Get_PLOT_Property methods wid ; Window index number of window plot goes in. window ; window object the plot belongs to. numDataSets ; number of data sets associated with the plot. numText ; number of text annotations associated with the plot. grid ; (column,row) grid the plot should be associated with. ; The grid numbers start at 1 in the upper left-hand corner ; and proceed in column order to number column*row in the ; lower right-hand corner. The default grid is (1,1). number ; plot number (i.e., number 2 of 4 in window.) name ; name of the plot. (Used for plot selection). color ; color index to draw plot axes and annotation. background ; background color of the plot. aspect ; flag for keeping aspect ratio. erase:FltArr(2,5) ; coordinates of the plot region. Used to erase plots. xrange ; X data range of plot. yrange ; Y data range of plot. xrangeset ; X data range of plot as set initally. (GET method ONLY) yrangeset ; Y data range of plot as set initally. (GET method ONLY) xautorange ; indicates whether to autoscale Xmin and Xmax yautorange ; indicates whether to autoscale Ymin and Ymax xstyle ; X style of plot. ystyle ; Y style of plot. xstyleset ; X style of plot as set initially. (GET method ONLY) ystyleset ; Y style of plot as set initially. (GET method ONLY) xtitle ; X title of plot. ytitle ; Y title of plot. title ; title of the plot. xticks ; number of X ticks xmticks ; number of X "minor" ticks yticks ; number of Y ticks ymticks ; number of Y "minor" ticks xtickformat ; X tick format. ytickformat ; Y tick format. noxticks ; 0=show ticks, usual margin, 1=don't show ticks, 2=show ticks, no top margin xlog ; flag to log scale X axis ylog ; flag to log scale Y axis xcharsize ; X character size. ycharsize ; Y character size. charsize ; overall plot character size. lcharsize ; character size for labels. linethick ; thickness of lines and axes charthick ; thickness of characters cfactor ; True charsize=charsize*cfactor. 0.5 for 2x2 flagLegend ; 0 = do not show labels, 1 = show labels extra:Ptr ; Place to hold "extra" plot keywords. data:Ptr ; (in)dependent data are stored here. text:Ptr ; text annotations are stored here. plot:{!PLT} ; !P parameters associated with this plot. xaxis:{!AXIS} ; !X parameters associated with this plot. yaxis:{!AXIS} ; !Y parameters associated with this plot. selected:0 ; Flag: this plot object is selected dataselected:obj ; object reference of data object selected within debug symsize overlayGrid overgridstyle overlayZero subtitle ticksout ; Flag: ticks appear on outside of plot slicemode ; either "A", "B" or "X" properties3d resample ; flag to turn on resampling for faster plot