Adding a Format during creating of a Matched Pair
Hi. I created a Matched-Pair plot this way and it works.
mpObj = stackDT << Matched Pairs(
Y( column(stackDT, referenceDTName ), column(stackDT, currentDTName ) ),
Plot Dif By Mean( 0 ),
Plot Dif By Row( 1 ),
Reference Frame( 0 ),
By( :Test Item )
);
However, I am hoping to add formating to the Y-Axis of the plot such that it will be in Scientific format. I can do this if I modify the ...
