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
