Setting transparancy of surface plot on Octave
问题 I am running Octave 3.4.0 and want to create a transparent surface plot. However, I have not been able to do so when messing around with facealpha , edgealpha , alphadata and alphadatamapping . Example code for creating a non-transparent surface: p = peaks(40); f1 = figure(10);clf s1 = surface(p) view(3) xlabel('x');ylabel('y'); hold on;plot3([0 40],[40 0],[-10 10],'k') set(s1,'edgecolor','none') set(s1,'facealpha',0.2) The result of this given in the image below. As you can see, the line