File:Mun heights.svg

From Kerbal Space Program Wiki
Jump to: navigation, search
Original file(SVG file, nominally 400 × 320 pixels, file size: 7 KB)

Terrain heights for the different inclinations on the Mun in 0.21.1. Data from https://docs.google.com/spreadsheet/ccc?key=0Ak43fvbTdqxDdHM1cXVYTmprWlFtaWlKUVhYVnBmNWc exported as csv and then execute gnuplot with the followings script:

  1. set xlabel "Inclination (degrees)"
  2. set ylabel "Height (meters)"
  3. set title "Heights for the different inclincations"
  4. set terminal svg size 400,320
  5. set output "mun heights.svg" 
  6. set datafile separator ","
  7. plot "Kerbal Maps Max Elevation by Inclination - Mun.csv" using 1:2 every ::1 title 'Maximum' with lines
Note: It created for me an invalid svg file. I had to manually add a closing </svg> at the end of the file.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:30, 26 August 2013Thumbnail for version as of 22:30, 26 August 2013400 × 320 (7 KB)XZise (talk | contribs)removed duplication manually
19:11, 26 August 2013Thumbnail for version as of 19:11, 26 August 2013400 × 320 (13 KB)XZise (talk | contribs)Terrain heights for the different inclinations on the Mun in 0.21.1. Data from https://docs.google.com/spreadsheet/ccc?key=0Ak43fvbTdqxDdHM1cXVYTmprWlFtaWlKUVhYVnBmNWc exported as csv and then execute gnuplot with the followings script: <syntaxhig...
  • You cannot overwrite this file.

The following 9 pages link to this file:

Metadata