File:Darimon.1856 bank statistics p.3.pdf
Summary
| Description |
English: Visualization of the figures given on p.3 of the book Alfred Darimon (1856) De la Réforme des Banques, Paris |
| Date | |
| Source | Own work |
| Author | Jochen Burghardt |
Gnuplot source code |
|---|
set encoding iso_8859_1
set xrange [0:5]
set yrange [0:500]
set y2range [-100:100]
set xtics 1
set ytics 50
set y2tics 20
set title "Darimon.1856, S.3"
set grid
set datafile missing "-"
#Monat Datum Metallvorrat Papiere Änd Metall Änd Papiere
$data <<EOF
0.0 "12 Apr" 432614797.88 322904313.65 - -
0.5 "" - - -11700769.00 -12159387.77
1.0 "10 Mai" 420914028.88 310744925.88 - -
1.5 "" - - -13144215.60 -375486.58
2.0 "14 Jun" 407769813.28 310369439.30 - -
2.5 "" - - -93140199.15 71329817.38
3.0 "12 Jul" 314629614.13 381699256.68 - -
3.5 "" - - 24154830.16 76990348.39
4.0 " 9 Aug" 338784444.29 458689605.07 - -
4.5 "" - - -50139110.42 -27299042.43
5.0 "13 Sep" 288645333.87 431390562.64 - -
EOF
plot $data using 1:($3/1e6) with linespoints pt 7 lc 4 dt 1 lw 3 title "Metallvorrat [Mio]" at first 1.5,40
replot $data using 1:($4/1e6) with linespoints pt 7 lc 2 dt 1 lw 3 title "diskontierte Papiere [Mio]" at first 1.5,20
replot $data using 1:($5/1e6*250/100+250) with linespoints pt 6 lc 4 dt 2 lw 1 title "Änderung [Mio]" at first 4.5,40
replot $data using 1:($6/1e6*250/100+250) with linespoints pt 6 lc 2 dt 2 lw 1 title "Änderung [Mio]" at first 4.5,20
replot $data using 1:(0+250):xticlabel(2) with lines lc 8 title ""
pause -1
|
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.