Open chriswaudby opened 1 year ago
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