【发布时间】:2020-12-24 09:31:30
【问题描述】:
是否可以使用 Julia Plots 包重现此图? Plotting using gnuplot
x = y = -15:0.4:15
f1 = (x,y) -> @. sin(sqrt(x*x+y*y))/sqrt(x*x+y*y)
surf(x, y, f1, w = :p, marker = "dot", Axes(hidden3d = :on))
【问题讨论】:
-
是的,有可能。