Navigation:  Getting Started > Getting Started with 1D Plots >

Getting Started with 1D Plots - Data From a Disk File

Print this Topic Previous pageReturn to chapter overviewNext page

Select the Open command on the File menu. The only built-in file format for 1D plots is file type M on the Select File Type dialog:

This is an ASCII file containing one or more groups of amplitudes. These files produce a box-and-whisker plot or dot graph. The format for this file type is:

NumGroups

do i = 1,NumGroups

 Label

 NumPoints

 do j = 1,NumPoints

   Amplitude(j,I)

 end do

end do

Amplitudes may be on separate lines or be grouped one or more values per line.

Example:

2

Group A

38

4.743281,4.781164,4.805654,4.83981,4.853127

4.86496,4.875693,4.8948,4.903476,4.911712

4.94844,4.955193,4.961815,4.968332,4.98113

4.987446,4.993731,5,5.006269,5.012554

5.018871,5.03167,5.038185,5.044807,5.051558

5.058462,5.06555,5.072855,5.09652,5.105203

5.114421,5.124307,5.13504,5.146873,5.17563

5.194346,5.218836,5.256719

Group B

49

3.973126,4.124657,4.222614,4.297463,4.359225

4.412506,4.45984,4.502771,4.542317,4.579189

4.613904,4.646849,4.678328,4.70858,4.7378

4.766151,4.793769,4.82077,4.84726,4.873327

4.899053,4.924515,4.949783,4.974923,5

5.025077,5.050217,5.075485,5.100947,5.126673

5.15274,5.17923,5.206231,5.233849,5.2622

5.29142,5.321672,5.353151,5.386096,5.420811

5.457683,5.497229,5.54016,5.587494,5.640775

5.702537,5.777386,5.875343,6.026874

produces this box-and-whisker plot:

You may then change the appearance of the plot using all of the Options menu commands.

 

 


Page url: https://www.dplot.com/help/index.htm?helpid_gs_1d_file.htm