|
0
|
1 # this file defines the histograms about system inputs and outputs
|
|
|
2
|
|
|
3 <plots>
|
|
|
4
|
|
|
5 <plot>
|
|
|
6 type = histogram
|
|
|
7 <axes>
|
|
|
8 <axis>
|
|
|
9 # grey axis every 100 units
|
|
|
10 color = grey_a3
|
|
|
11 spacing = 100
|
|
|
12 thickness = 2p
|
|
|
13 </axis>
|
|
|
14 <axis>
|
|
|
15 # black axis every 100 units
|
|
|
16 color = black_a2
|
|
|
17 spacing = 500
|
|
|
18 thickness = 2p
|
|
|
19 </axis>
|
|
|
20 </axes>
|
|
|
21 z=0
|
|
|
22 </plot>
|
|
|
23
|
|
|
24
|
|
|
25
|
|
|
26 # datatrack type
|
|
|
27 type = histogram
|
|
|
28 thickness = 0p
|
|
|
29 color = black
|
|
|
30
|
|
|
31 # radial position of the histogram
|
|
|
32 r0 = 1r+150p
|
|
|
33 r1 = 1.3r
|
|
|
34
|
|
|
35 # value start and end of the drawn histogram
|
|
|
36 min = 0
|
|
|
37 # the maximum should be the maximum of all primary inputs or final outputs
|
|
|
38 # i.e. max_value(max_value(total primary inputs), max_value(total finalgoods),max_value(total emission_X))
|
|
|
39 max = 1246.0
|
|
|
40
|
|
|
41 <plot>
|
|
|
42 # Normal histogram for resources
|
|
|
43 file = ../data/histogram_data_resources.txt
|
|
|
44 fill_color = col_resources_a1
|
|
|
45 z=100
|
|
|
46 </plot>
|
|
|
47
|
|
|
48 <plot>
|
|
|
49 # Normal histogram for final_goods
|
|
|
50 file = ../data/histogram_data_final_goods.txt
|
|
|
51 fill_color = col_final_goods_a1
|
|
|
52 z=100
|
|
|
53 </plot>
|
|
|
54
|
|
|
55 <plot>
|
|
|
56 # Normal histogram for emission_0
|
|
|
57 file = ../data/histogram_data_emission_0.txt
|
|
|
58 fill_color = col_emission_0_a1
|
|
|
59 z=100
|
|
|
60 </plot>
|
|
|
61
|
|
|
62 <plot>
|
|
|
63 # text labels plot for normal or stacked histograms for resources, fd and emissions
|
|
|
64 type = text
|
|
|
65 color = black
|
|
|
66 file = ../data/histogram_labels.txt
|
|
|
67 #note: if label do not fit in the space r1-r0, they will not be drawn
|
|
|
68 r0 = 1.32r
|
|
|
69 r1 = 1.5r
|
|
|
70 label_parallel = yes
|
|
|
71 #show_links = no
|
|
|
72 #link_dims = 0p,2p,6p,2p,5p
|
|
|
73 #link_thickness = 2p
|
|
|
74 #link_color = black
|
|
|
75 #label_snuggle = yes
|
|
|
76 #max_snuggle_distance = 1r
|
|
|
77 #snuggle_tolerance = 0.25r
|
|
|
78 #snuggle_sampling = 2
|
|
|
79 #snuggle_refine = yes
|
|
|
80 label_size = 20p
|
|
|
81 label_font = default
|
|
|
82 padding = 0p
|
|
|
83 rpadding = 0p
|
|
|
84 </plot>
|
|
|
85
|
|
|
86 </plots>
|