help-octave
[Top][All Lists]
Advanced

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

Scaling distance between xlabel/ylabel and axes


From: Tobias Schmid
Subject: Scaling distance between xlabel/ylabel and axes
Date: Wed, 20 Oct 2010 23:37:07 +0200 (CEST)

 Hello,

I've got a question concerning the location of the xlabel/ylabel and the spacing between the entries of the legend.

I tried to enlarge the font of the xlabel, but for a certain point of size, the label overlap with the labels of the xTicks. The identical thing happens with the yTicks and the ylabel.

And for the lengend, the font of the entries overlaps as well, if I've reached a certain point of size.

Is there a way to solve this problem?

This is the code I use:

set(ak, 'XLim',[-500000, 500000]);
%set(ak, 'XTick',[-60,-50,-10,0,10]);

%set(ak, 'YLim', [-60,10]);
set(ak, 'XTick',[-500000,-400000,-195312,0, 195312,400000,500000]);

set(ak, 'FontSize', 28)
set(get(ak, 'XLabel'), 'FontSize', 28);
set(get(ak, 'YLabel'), 'FontSize', 28);
legend(ak ,'{\fontsize{18} LegendeStelleEins}' , '{\fontsize{18} LegendeStelleZwei}' , 'Location','South')
 xlabel('xPlatzhalter')
 ylabel('yPlatzhalter')


Or if the distance between axes and xlabel doesn't scale automaticly, is there a way to change the position by hand?
I hope this question isn't that trivial. I'm very new in using octave and I didn't find a solution anywhere else.

Best regards,

Tobias
  

WEB.DE DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit    
gratis Notebook-Flat! http://produkte.web.de/go/DSL_Doppel_Flatrate/2

reply via email to

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