File:Shale gas production USA.svg
Summary
Description |
English: Natural gas production from US shale plays as estimated by the U.S. Energy Information Administration (EIA) |
Date | (creation date of original version) |
Source |
Own work Data source: excel sheet from EIA (as of July 2019), retrieved via EIA Natural Gas Weekly Update Data source of original version is available at archive.org |
Author |
Original version: Kopiersperre Updated version as of July 2019: Gretarsson |
SVG development | Category:Valid SVG created with Gnuplot code:Charts#Shale%20gas%20production%20USA.svg ![]() Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor. |
Source code | Gnuplot codereset
set terminal svg size 1150,600 font "DejaVu Sans,20"
set key top left box lw 1.5 samplen 2 title 'Plays'
set border 3 linewidth 3
set grid lt 1 lw 1.5 lc rgb 0xAA090909 front
set xdata time
set timefmt '%Y-%m-%d'
set format x '%Y'
set ylabel 'Dry shale gas production in bcf/day'
set tics nomirror out
set xtics 60*60*24*365.25 rotate by 45 right
unset mxtics
set autoscale xfix
set yrange [0:]
set datafile separator ";"
set output 'Shale gas production USA.svg'
plot \
for [i=2:13] \
'data.csv' using 1:(sum [col=i:13] column(col)) \
title columnheader(i) \
with filledcurves x1
unset output
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- 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.