Skip to content

Compatibility with Plots.jl #6

@remoore

Description

@remoore

Is this package compatible with Plots.jl. I've tried running the following code (based on the README):

using ROCAnalysis
tar = 2 + 2randn(1000)
non = -2 + 2randn(100000)
r = roc(tar, non)
using Plots
plot(r)

This results in an error saying that there is no user recipe defined for ROCAnalysis.Roc{Float64}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions