I met a problem when adding codeset xtics format "{/:Bold %.0s}"
to bold xtics.The code and results were listed below.If I comment on the code set xtics format "{/:Bold %.0s}"
, it appears normal but without bolding xtics what I expected. How can I fix it? I will appreciate it for any suggestions!
set lmargin 0
set rmargin 0
set tmargin 0
set bmargin 0
set xdata time
set timefmt "%Y%m%d%H"
set format x "%m/%d"
set xrange ["20200106":"20200228"]
set xtics nomirror format '{/:Bold %.0s}'
set xtics("20200106","20200115","20200124","20200202","20200211","20200220", "20200228") font "Times, 11"
set ytics nomirror font "Times,11"
set ytics format "{/:Bold %.0s}"
set ytics 0,80,400
set datafile missing "-999"
unset key
set origin 0, 0.80
unset ylabel