File:US Primary Copper Production v2.svg
Summary
Category:Created with Gnuplot code#US%20Primary%20Copper%20Production%20v2.svg
Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.
| Description |
English: Primary copper production in the United States from 1900 through 2020 — tonnage and value; |
||
| Date | |||
| Source |
Own work using data from the United States Geological Survey Data Series 140: "The sources of data for the copper worksheet are the mineral statistics publications of the U.S. Bureau of Mines and the U.S. Geological Survey--Minerals Yearbook (MYB) and its predecessor, Mineral Resources of the United States (MR), and Metal Prices in the United States through 1998 (MP98)." |
||
| Author | Kbh3rd | ||
| Source code | Gnuplot codeset terminal svg standalone font "Serif, 14" size 880, 660
set title font "Serif, 20" "Primary Copper Production in the United States"
set output 'US_Primary_Copper_Production_v2.svg'
set datafile separator ","
set key on autotitle
set key width -17
set decimalsign locale ""
# Axes
set xlabel "Year" textcolor rgb "#000000"
set xrange[1900:2020]
#Tics
set tics out
set tics nomirror
set format y "%\'.0ft"
set mytics 4
set format y2 "$%\'.0f"
set xtics 20
set mxtics 4
set y2tics 2000
set my2tics 2
#grid
set grid lc rgb "#636363"
set grid front ytics
set grid front y2tics
set grid front xtics
set grid front my2tics
set grid front mxtics
#box style
set style fill solid 1.0
set boxwidth 0.9 relative
#plot
plot 'copper.dat' using 1:2 smooth csplines with boxes lc rgb "#B87333" title "Primary Copper Production in Metric Tons(t)", \
'copper.dat' using 1:4 axes x1y2 smooth csplines with lines lc rgb "#85BB65" lw 2.5 title "Value of Copper in 1998 U.S. Dollars ($) per Metric Ton", \
'copper.dat' using 1:3 axes x1y2 smooth csplines with lines lc rgb "#4E594A" lw 2.5 title "Value of Copper in U.S. Dollars ($) per Metric Ton"
Data
|
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 3.0 Unported 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.