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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (-new lines;)
m (*use svg code;)
Line 5: Line 5:
 
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 svg size 400,320
set output "mun heights.png"
+
set output "mun heights.svg"  
 
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>
 +
 +
:''Note: It created for me an invalid svg file. I had to manually add a closing &lt;/svg&gt; at the end of the file.''

Revision as of 19:14, 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 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