Difference between revisions of "File:Zero-K Overdrive Chart.png"

From Zero-K
Jump to navigation Jump to search
(Oflameo uploaded a new version of File:Zero-K Overdrive Chart.png)
 
Line 4: Line 4:
 
---
 
---
  
x = 100;
+
x = 1.0;
y = [0:100];
+
z = [0:100];
z = sqrt(z)/4 .*x;
+
y = sqrt(z)/4 .*x;
plot(y, z);
+
plot(z, y);
 
title ("Overdrive Chart");
 
title ("Overdrive Chart");
xlabel ("Overdrive Metal");
+
xlabel ("Energy");
ylabel ("Energy");
+
ylabel ("Overdrive Metal Multiplier");
 
grid on;
 
grid on;
 +
 
== Licensing ==
 
== Licensing ==
 
{{cc-by-4.0}}
 
{{cc-by-4.0}}

Latest revision as of 06:34, 31 January 2018

Summary[edit]

GNU Octave Script used to generate it below. The Output pdf was converted to png with ImageMagick.

---

x = 1.0; z = [0:100]; y = sqrt(z)/4 .*x; plot(z, y); title ("Overdrive Chart"); xlabel ("Energy"); ylabel ("Overdrive Metal Multiplier"); grid on;

Licensing[edit]

File history

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

Date/TimeThumbnailDimensionsUserComment
current06:27, 31 January 2018Thumbnail for version as of 06:27, 31 January 2018516 × 440 (6 KB)Oflameo (talk | contribs)Finally got the axes straight.
05:03, 31 January 2018Thumbnail for version as of 05:03, 31 January 2018514 × 434 (6 KB)Oflameo (talk | contribs)Swapped swapped axes via report from @Sprung.
07:27, 23 January 2018Thumbnail for version as of 07:27, 23 January 2018511 × 432 (6 KB)Oflameo (talk | contribs)Painted Alpha Channel White to make it easier to see on site.
07:20, 23 January 2018Thumbnail for version as of 07:20, 23 January 2018511 × 432 (6 KB)Oflameo (talk | contribs)Cropped away some white space.
07:14, 23 January 2018Thumbnail for version as of 07:14, 23 January 2018612 × 792 (8 KB)Oflameo (talk | contribs)
07:13, 23 January 2018Thumbnail for version as of 07:13, 23 January 2018612 × 792 (8 KB)Oflameo (talk | contribs)GNU Octave Script used to generate it below. The Output pdf was converted to png with ImageMagick. --- x = 100; z = [0:100]; y = sqrt(z)/4 .*x; plot(y, z); title ("Overdrive Chart"); xlabel ("Energy"); ylabel ("Overdrive Metal"); grid on;

The following page uses this file:

Metadata