Reading DataOverview There are many ways of getting data into Gsharp. These include:
For the moment though we will just use the most popular - ASCII files. Our Data We shall start by trying to plot the following data from simple.dat in a number of ways:
Any ASCII file with data in columns can be read using Gsharp's report reader. Gsharp will store each column in a separate dataset and use the column header for the dataset name
Make sure that the file type is set to "Report (*.dat, *.txt)", read in simple.dat. The following message should appear: Import Report: 10 values read into Girls, Boys Look at the data using the DataEditor to make sure it was read successfully. You have successfully read your data into Gsharp - now you are ready for Step 2 - Creating Graphics
|