Code : Tout sélectionner
import graph_pi;
graphicrules(xunit=0.5cm, yunit=0.05cm, xmin=0, xmax=10, ymin=0, ymax=100);
defaultpen(fontsize(8pt));
grid(xStep=1, xstep=0, yStep=10, ystep=0, orange);
cartesianaxis(Lx=Label("$n$",align=2SE), Ly=Label("$u_n$",align=2 E),
xticks = Ticks(NoZero, Step=1, step=0),
yticks = Ticks(NoZero, Step=10, step=0));
Code : Tout sélectionner
Ly=Label("\large $u_n$", align=2E)
Code : Tout sélectionner
import graph_pi;
graphicrules(xunit=0.5cm, yunit=0.05cm, xmin=0, xmax=10, ymin=0, ymax=100);
defaultpen(fontsize(8pt));
grid(xStep=1, xstep=0, yStep=10, ystep=0, orange);
cartesianaxis(Lx=Label("\large $n$",align=2SE), Ly=Label("\large $u_n$",align=4 E),
xticks = Ticks(NoZero, Step=1, step=0),
yticks = Ticks(NoZero, Step=10, step=0));
Où si quelqu'un peut m'expliquer comment changer la taille des label du repère en intervenant dans les ticks... je n'ai pas réussi à trouver la bonne méthode.
Merci
Maurice