Axis ticks and colorbar labels in bold (heatmap)?
I created a heatmap and I’ve got my axis labels in bold for better visibility. I had to use this ‘bf thing to be able to do that, because, apparently, the normal way of:
h = heatmap(X, Y, C, ‘FontName’, ‘Times New Roman’, ‘FontSize’, 13, ‘FontWeight’, ‘bold’);
doesn’t work with heatmaps.
Now, I’d like to have the axis ticks and the colorbar labels in bold as well. Is that a way to do so in matlab? I couldn’t find a solution for that by myself.I created a heatmap and I’ve got my axis labels in bold for better visibility. I had to use this ‘bf thing to be able to do that, because, apparently, the normal way of:
h = heatmap(X, Y, C, ‘FontName’, ‘Times New Roman’, ‘FontSize’, 13, ‘FontWeight’, ‘bold’);
doesn’t work with heatmaps.
Now, I’d like to have the axis ticks and the colorbar labels in bold as well. Is that a way to do so in matlab? I couldn’t find a solution for that by myself. I created a heatmap and I’ve got my axis labels in bold for better visibility. I had to use this ‘bf thing to be able to do that, because, apparently, the normal way of:
h = heatmap(X, Y, C, ‘FontName’, ‘Times New Roman’, ‘FontSize’, 13, ‘FontWeight’, ‘bold’);
doesn’t work with heatmaps.
Now, I’d like to have the axis ticks and the colorbar labels in bold as well. Is that a way to do so in matlab? I couldn’t find a solution for that by myself. heatmap, axis ticks, colorbar, bold MATLAB Answers — New Questions