Difference between revisions of "File:Mun heights.svg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(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...)
 
m (-new lines;)
Line 2: Line 2:
  
 
<syntaxhighlight line lang="gnuplot">
 
<syntaxhighlight line lang="gnuplot">
 
 
set xlabel "Inclination (degrees)"
 
set xlabel "Inclination (degrees)"
 
 
set ylabel "Height (meters)"
 
set ylabel "Height (meters)"
 
 
set title "Heights for the different inclincations"
 
set title "Heights for the different inclincations"
 
 
set terminal png
 
set terminal png
 
 
set output "mun heights.png"
 
set output "mun heights.png"
 
 
set datafile separator ","
 
set datafile separator ","
 
 
plot "Kerbal Maps Max Elevation by Inclination - Mun.csv" using 1:2 every ::1 title 'Maximum' with lines
 
plot "Kerbal Maps Max Elevation by Inclination - Mun.csv" using 1:2 every ::1 title 'Maximum' with lines
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 19:12, 26 August 2013

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 png
  5. set output "mun heights.png"
  6. set datafile separator ","
  7. plot "Kerbal Maps Max Elevation by Inclination - Mun.csv" using 1:2 every ::1 title 'Maximum' with lines

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