Different visual types for different y axis variables

How would I get y to be a scatter and yhat to be a scatterline in the following statement?

data(df) * mapping(:x, [y, yhat], color = dims(1) => renamer(["Actual", "Predicted"])) |> draw;