You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Plots, TriplotRecipes
p = Float64[
-1.01.01.0-1.00.00.0-1.00.01.0-1.0-1.01.01.0-1.00.00.01.00.0
]
t = Int32[
124534285676869675679869
]
x, y = p[1,:], p[2,:]
z = x.^2+ y.^2.-1display(plot(x, y, z, seriestype=:mesh3d, faces=t'.-1, color=:lightblue))
Causes error:
ERROR: ArgumentError: Unsupported `:connections` type Nothing for seriestype=mesh3d
Sometimes the error does not appear, but then the plot is not correct
The text was updated successfully, but these errors were encountered:
Causes error:
Sometimes the error does not appear, but then the plot is not correct
The text was updated successfully, but these errors were encountered: