CPlotView:GetAttrib
The GetAttrib method returns a PlotAttrib table containing the axis properties of the plot window attached to a CPlotView object. This method is often paired with the SetAttrib method to change the axis properties of the plot window.
The following script returns a filled PlotAttrib table for a CPlotView object and lists the minimum X value for the plot box:
|
-- select the target plot window |
|
-- if not successful, exit the script |
|
-- get the attributes table |
|
|
|
-- X at left end of the plot box |
PlotAttrib table
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.