|
---|
|
---|
Friday, April 1, 2011
Interactive MDS plot of the Near East
- download Gnuplot
- unpack Gnuplot
- download the MDS data Near_East.dat
- place Near_East.dat into the "binary" Gnuplot folder
- type: splot 'Near_East.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 "Near_East.png"
- type: splot 'Near_East.dat' using 3:4:5:1 with labels
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment