Mercurial > repos > morinlab > oncocircos
view etc/histogram.conf @ 0:b77ab858eac1 draft
Uploaded
| author | morinlab |
|---|---|
| date | Mon, 12 Sep 2016 16:23:26 -0400 |
| parents | |
| children |
line wrap: on
line source
# this file defines the histograms about system inputs and outputs <plots> <plot> type = histogram <axes> <axis> # grey axis every 100 units color = grey_a3 spacing = 100 thickness = 2p </axis> <axis> # black axis every 100 units color = black_a2 spacing = 500 thickness = 2p </axis> </axes> z=0 </plot> # datatrack type type = histogram thickness = 0p color = black # radial position of the histogram r0 = 1r+150p r1 = 1.3r # value start and end of the drawn histogram min = 0 # the maximum should be the maximum of all primary inputs or final outputs # i.e. max_value(max_value(total primary inputs), max_value(total finalgoods),max_value(total emission_X)) max = 1246.0 <plot> # Normal histogram for resources file = ../data/histogram_data_resources.txt fill_color = col_resources_a1 z=100 </plot> <plot> # Normal histogram for final_goods file = ../data/histogram_data_final_goods.txt fill_color = col_final_goods_a1 z=100 </plot> <plot> # Normal histogram for emission_0 file = ../data/histogram_data_emission_0.txt fill_color = col_emission_0_a1 z=100 </plot> <plot> # text labels plot for normal or stacked histograms for resources, fd and emissions type = text color = black file = ../data/histogram_labels.txt #note: if label do not fit in the space r1-r0, they will not be drawn r0 = 1.32r r1 = 1.5r label_parallel = yes #show_links = no #link_dims = 0p,2p,6p,2p,5p #link_thickness = 2p #link_color = black #label_snuggle = yes #max_snuggle_distance = 1r #snuggle_tolerance = 0.25r #snuggle_sampling = 2 #snuggle_refine = yes label_size = 20p label_font = default padding = 0p rpadding = 0p </plot> </plots>
