The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



SaveDataASC


Unit:SDL_boxplot
Class: TBoxPlot
Declaration: procedure SaveDataASC (FName: string);

The method SaveDataASC saves the contents of the data container and the parameters of the box plot into a readable ASCII text file. The first part of the text file contains the raw data in ASC format, the second part summarizes the parameters used to draw the box plot, with
Min....minimum,
P10....10-percentile,
Q1....first quartile (25-percentile),
Q2....second quartile (median),
Q3....third quartile (75-percentile),
P90....90-percentile, and
Max....maximum value.

This method is for debugging purposes only. You must not rely on the format of the saved data.


Last Update: 2023-Dec-13