File:US Monthly Solar Power Generation.svg
| This file may be updated to reflect new information. If you wish to use a specific version of the file without it being overwritten, please upload the required version as a separate file. |
Summary
| Description |
English: Monthly solar power generation in the US, 2008 onwards |
| Date | |
| Source | Data from US Energy Information Administration's Electric Power Monthly, table 1.1.A, via the table grapher. Note that this is the sum of 'Solar Photovoltaic' and 'Solar Thermal' electricity. |
| Author | grendel |
| Other versions | US Monthly Solar Power Generation.png |
| SVG development | Category:Valid SVG created with Gnuplot#US%20Monthly%20Solar%20Power%20Generation.svg switch elements: all translations are stored in the same file. |
Source code
#!/usr/bin/gnuplot
set terminal svg enhanced size 1200 800 fname "Times" fsize 24
set output "US Monthly Solar Power Generation.svg"
set xdata time
set timefmt "%Y-%m"
set xrange ["2008-01":"2018-12"]
set format x "%Y-%m"
set xtics "2008-01", 63115200
unset key
set title "United States Solar-Generated Electricity"
set ylabel "Million Kilowatt-hours / Month"
plot "-" using 1:2 with lines linewidth 4 linecolor "red"
# Source: http://www.eia.gov/electricity/monthly/epm_table_grapher.cfm?t=epmt_1_01_a
# (And previous issues of Electric Power Monthly, table 1.1.A.)
# Data for August 2017
2008-01 16
2008-02 36
2008-03 75
2008-04 94
2008-05 99
2008-06 128
2008-07 111
2008-08 105
2008-09 93
2008-10 60
2008-11 29
2008-12 19
2009-01 7
2009-02 30
2009-03 78
2009-04 99
2009-05 110
2009-06 103
2009-07 121
2009-08 116
2009-09 95
2009-10 68
2009-11 40
2009-12 21
2010-01 10
2010-02 33
2010-03 76
2010-04 112
2010-05 153
2010-06 176
2010-07 161
2010-08 156
2010-09 138
2010-10 75
2010-11 77
2010-12 44
2011-01 40
2011-02 85
2011-03 122
2011-04 164
2011-05 191
2011-06 223
2011-07 191
2011-08 229
2011-09 186
2011-10 159
2011-11 107
2011-12 121
2012-01 95
2012-02 135
2012-03 231
2012-04 319
2012-05 462
2012-06 527
2012-07 509
2012-08 462
2012-09 458
2012-10 431
2012-11 347
2012-12 349
2013-01 310
2013-02 432
2013-03 619
2013-04 666
2013-05 753
2013-06 871
2013-07 828
2013-08 944
2013-09 949
2013-10 987
2013-11 824
2013-12 850
2014-01 751
2014-02 835
2014-03 1317
2014-04 1487
2014-05 1749
2014-06 1923
2014-07 1787
2014-08 1879
2014-09 1832
2014-10 1717
2014-11 1380
2014-12 1031
2015-01 1155
2015-02 1483
2015-03 2072
2015-04 2380
2015-05 2505
2015-06 2558
2015-07 2627
2015-08 2687
2015-09 2217
2015-10 1910
2015-11 1729
2015-12 1570
2016-01 1516
2016-02 2443
2016-03 2713
2016-04 2949
2016-05 3603
2016-06 3610
2016-07 4096
2016-08 3949
2016-09 3682
2016-10 3194
2016-11 2700
2016-12 2299
2017-01 2206
2017-02 2562
2017-03 4475
2017-04 4816
2017-05 5816
2017-06 6272
2017-07 5543
2017-08 5427
2017-09 5145
2017-10 4804
2017-11 3072
2017-12 3059
2018-01 3262
2018-02 4037
2018-03 5099
2018-04 6111
2018-05 7091
2018-06 7815
2018-07 6869
2018-08 6982
Licensing
grendel, the copyright holder of this work, hereby publishes it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Attribution:
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0
Category:Files allowed to be overwritten by everyone
Category:Files that need updating monthly
Category:Images with Gnuplot source code
Category:Non-photographic illustrations by Grendelkhan
Category:Renewable energy charts in unspecified languages
Category:Self-published work
Category:Solar energy statistics of the United States
Category:Translation possible - SVG (switch)
Category:Valid SVG created with Gnuplot