I followed your link and found a lot of interesting things about plotting
Thank you for your help
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
>

Reply via email to