This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set terminal epslatex size 20cm,8cm color colortext solid standalone | |
set output "barplot.tex" | |
set title "20 000 days simulation" | |
# set auto x | |
# set yrange [0:] | |
set style data histogram | |
# set style histogram | |
set style fill solid border -1000 | |
set boxwidth 1 | |
set xtic scale 0 |