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
I've got some results that are a mixture of measurements and missing data (type Vector{Union{Missing, Measurement{Float64}}}). However, I get a MethodError if I try to plot these:
I presume the fix should be done here because the recipes live in this repository, but I'm not sure what the solution should be, I'm not familiar with how Plots deal with missing data. Is it only a matter of adding methods for Vector{Union{Missing, Measurement}} and sprinkle skipmissing around?
Hi,
I've got some results that are a mixture of measurements and missing data (type
Vector{Union{Missing, Measurement{Float64}}}
). However, I get aMethodError
if I try to plot these:Not sure if this is best raised here or with Plots!
Best,
Chris
The text was updated successfully, but these errors were encountered: