Hi there,
I need help with this. I have tried to shift the label from the axis, is very close to the data from the graph.
The set are these ones:
yu=ylabel("Nº samples");
axis([-120 120 0 1700]);
yu = get(gca,'ylabel');
set(yu,'Position',get(yu,'Position') - [200 200 200]);
set(gca,'FontSize',15);
hold off;
The result is
I can't see the difference with any position when I change the values.
The idea is to see the label far from the data.
Could you please help me?
Kind regards,
JGF