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.
https://creativecommons.org/licenses/by/4.0CC BY 4.0 Creative Commons Attribution 4.0 truetrue
Codes
Gnuplot Script
# Japanese PC Shipments by bit designs 1983-1993#setterminalwxt0enhancedsize480,320font"Arial"fontscale1.4#set terminal svg enhanced size 480,320 fname "Arial" background "#ffffff" fsize 16#set output "Japanese PC Shipments by bit designs 1983-1993.svg"setlocale"Japanese_Japan.932"setkeyinsidelefttopverticalRightnoreverseenhancedautotitlenoboxsetxlabel"Year"setxlabeltextcolorlt-1norotateoffset0,0.5setylabel"Units (x1k)"setylabeltextcolorlt-1rotateby-270offset1.5,0setxticsnomirrorsetyticsnomirrorsetmxtics2setxtics1979,2,1993setgridxticsmxticsyticsfront\
linetype3linewidth1lcrgb"#cc000000"plot\
'data.txt'using1:2withlinest'Total'lw2.5,\
''using1:3withlinest'8-bit'dt3lw2.5,\
''using1:4withlinest'16-bit'dt5lw2.5,\
''using1:5withlinest'32-bit'dt4lw2.5# EOF