Plots aligned on 0
This commit is contained in:
parent
fb5adf26f1
commit
f005d68e50
1 changed files with 6 additions and 2 deletions
8
plots.py
8
plots.py
|
|
@ -68,10 +68,14 @@ set style fill solid 1.0 border lt -1
|
||||||
set style histogram clustered gap 1 title textcolor lt -1
|
set style histogram clustered gap 1 title textcolor lt -1
|
||||||
set style data histograms
|
set style data histograms
|
||||||
set title font "CMU Sans Serif,12" "{object_title} by {criterion_title} ({side} side) ({unit})"
|
set title font "CMU Sans Serif,12" "{object_title} by {criterion_title} ({side} side) ({unit})"
|
||||||
set xtics border in scale 0,0 nomirror rotate by -45 autojustify
|
#set xtics border in scale 0,0 nomirror rotate by -45 autojustify
|
||||||
set key fixed right top vertical Right noreverse noenhanced autotitle nobox
|
set xtics border in scale 0,0 nomirror autojustify
|
||||||
|
#set key fixed right top vertical Right noreverse noenhanced autotitle nobox
|
||||||
|
set key fixed left top vertical Left reverse noenhanced autotitle nobox
|
||||||
set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front noinvert bdefault
|
set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front noinvert bdefault
|
||||||
set xrange [ * : * ] noreverse writeback
|
set xrange [ * : * ] noreverse writeback
|
||||||
|
set yrange [ 0 : * ]
|
||||||
|
set grid y lt 1 lw .75 lc "gray"
|
||||||
plot \
|
plot \
|
||||||
newhistogram "", "{plots_dir}/{object}_by_{criterion}_{side}.dat" using 2:xticlabels(1) notitle col, \
|
newhistogram "", "{plots_dir}/{object}_by_{criterion}_{side}.dat" using 2:xticlabels(1) notitle col, \
|
||||||
newhistogram "", "{plots_dir}/{object}_by_{criterion}_{side}.dat" using 3:xticlabels(1) title col{cluster}
|
newhistogram "", "{plots_dir}/{object}_by_{criterion}_{side}.dat" using 3:xticlabels(1) title col{cluster}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue