Which font did you want to change? Axis labels? Title? Ticks?
On Saturday, April 30, 2016, Henri Girard <[email protected]> wrote:
> 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
>