help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shift label from axis


From: Javier Garcia Falaguera
Subject: Shift label from axis
Date: Wed, 24 Apr 2019 22:45:45 +0200

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 

image.png

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]