- download Gnuplot
- unpack Gnuplot
- download the MDS data SAS.dat
- place SAS.dat into the "binary" Gnuplot folder
- type: splot 'SAS.dat' using 3:4:5:1 with labels
- spin the plot around and find some informative angles
To get large png files of the angles you like, say 3000x2000 pixels, try...
- type: set term png size 3000, 2000
- type: set output "SAS.png"
- type: splot 'SAS.dat' using 3:4:5:1 with labels
No comments:
Post a Comment