From: Xavier M. <Me...@mr...> - 2004-11-08 14:54:25
|
Hi, Could you tell me if it is possible to control the fontsize of the x and ylabel. I can't found anything about this in the tutorial ... I tried without success : plot([1,2,3]) x_label = get(gca(), "xlabel") set(x_label,fontsize=30) xlabel('Points') show() Thanks a lot, Xavier. |