<< CL_g_set Utilities CL_g_tag >>

CelestLab >> Utilities > CL_g_stdaxes

CL_g_stdaxes

Sets 'standard' graphic properties

Calling Sequence

CL_g_stdaxes(a,colg,ft,fl,fg)

Description

Parameters

a:

(optional) Handle of axes. Default is current axes (gca()).

colg:

(optional) Color index of grid. Default is 0 (black).

ft:

(optional) Title size. By default: proportionnal to figure size.

fl:

(optional) Size of x-axis and y-axis labels. By default: proportionnal to figure size.

fg:

(optional) Size of text (font_size). By default: proportionnal to figure size.

Authors

Examples

f=scf();
a=gca();
x = 0:0.1:5;
y = x;
plot2d(x, y);
CL_g_stdaxes(a);

Report an issue
<< CL_g_set Utilities CL_g_tag >>