Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

ORG-9979 - Getting issue details... STATUS

LabTalk Access to Properties of Individual Radar Axis 

ORG-9980 - Getting issue details... STATUS

//Assuming a radar chart is active
//"Rescale Each Axis Independently" should be checked on Miscellaneous page
layer.y1.to = 18;
layer.y2.to = 25;


LabTalk Access to 1D&2D Kernal Density Estimation

ORG-11688 - Getting issue details... STATUS

two LT functions in SCV's category Distributions: PDF:

ksdensity(x, vd, w)
ks2density(x, y, vx, vy, wx, wy)

 

Force Recalculation on a Specific Operation 

ORG-10506 - Getting issue details... STATUS

//Force the operation with UID 804 to recalculate
run -p aui 804;

 

New Macros will be called when using Draw Data tool

ORG-10507 - Getting issue details... STATUS

  • BeforePointProc will be called before PointProc macro
  • AfterPointProc will be called after  PointProc macro
Use spline for connect line in Draw Data
def AfterPointProc
{
	if (getpts.count >= 3)
	{
		set %B -l 0;
	}
}
dotool 5;

 

New System Variables


JIRA
Function AreaVariableTypeDefaultSupportedDescription
ORG-11066 - Getting issue details... STATUS

Size of the worksheet cell with embedded graph when auto re-size

@WCSGWint2Positive integerWorksheet Cell Size Graph Width, 1.5 = 150% of default column width
@WCSGHint6Positive integerWorksheet Cell Size Graph Height, 1.5 = 150% of default row height
  • No labels