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 23 Next »

JIRA: ORG-9979

LabTalk Access to Properties of Individual Radar Axis 

JIRA: ORG-9980

//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

JIRA: ORG-11688

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 

JIRA: ORG-10506

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

 

New Macros will be called when using Draw Data tool

JIRA: ORG-10507

  • 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

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