Hi All Ima plotting an 3D graph from julia, and have the following requirements:
1, I got the value of Z, X, Y in a array, z=[Z, X, Y] 2, not all of the value are listed, in other words, the value of X range from 0 to 0.20, the value of Y is MAX(75% of X round to 0.0025, X-0.7) Im using PyPlot, I tried Plots but it crashed................... Thanks!!!!!!!