I want to make the labels and title of the plot bold. I know how to change size, i.e.
set title font ',30'
I looked at a question here which state to do this:
set ytics format "{/:Bold {/=14 %h}}"
But it works only for tics. How to do it for labels and titles also?