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
When I run this code taken from the JuliaDB docs--
using JuliaDB, Plots, OnlineStats
x = randn(10^6)
y = x + randn(10^6)
z = x .> 1
z2 = (x .+ y) .> 0
t = table((x=x, y=y, z=z, z2=z2));
partitionplot(t, :x, stat = Extrema())
I get the following error:
MethodError: Cannot convert an object of type Vector{Int64} to an object of type RecipeData
I'm using Julia 1.6.1 and JuliaDB v0.13.0.
The text was updated successfully, but these errors were encountered:
When I run this code taken from the JuliaDB docs--
I get the following error:
MethodError: Cannot
convertan object of type Vector{Int64} to an object of type RecipeData
I'm using Julia 1.6.1 and JuliaDB v0.13.0.
The text was updated successfully, but these errors were encountered: