Excellent, thank you !
I don't mind pyplot or plots, I am new to ijulia and I am trying to remake
what I did with sage.
Plots seems easier and at least I know how to change axes fontsize.
I haven't a good memory and if I must remenber too many commands I am
quickly lost.
Henri
Le samedi 30 avril 2016 14:35:40 UTC+2, Henri Girard a écrit :
>
> Hi,
> Fontsize doesn't work... How can I change it ?
>
> fig = figure("pyplot_surfaceplot",figsize=(6,8))
> ax = fig[:add_subplot](2,1,1, projection = "3d")
> ax[:plot_surface](xgrid, ygrid, z,
> rstride=2,edgecolors="k", cstride=2,
> cmap=ColorMap("rainbow"), alpha=0.8, linewidth=0.25)
> xlabel("X")
> ylabel("Y")
> title("Surface Plot");
>
> Figsize works, but not fonstsize
>
> Best regards
> Henri
>