Closed
Description
Dear Jacob:
Is it possible to add support for wireframe style of plot? After some testing I think to add functionality of wireframe to pyplot-fortran, we only need to change this line:
CS = ax.plot_wireframe (X,Y,Z,label="muw",antialiased=False,linestyles="-",linewidths=1)
from plot_surface
to plot_wireframe
.