Skip to content

Clashes with Plots.jl #32

@dpsanders

Description

@dpsanders

My default graphing library is Plots.jl, but PBA clashes with it:

julia> a = uniform(0, 1)
Pbox: 	  ~ uniform ( range=[0.0, 1.0], mean=0.5, var=0.083333)

julia> using Plots

julia> plot(a)
WARNING: both Plots and ProbabilityBoundsAnalysis export "plot"; uses of it in module Main must be qualified

I'm not sure what is actionable here, but it should at least be mentioned in the README and docs.

Part of the review for the JuliaCon proceedings: JuliaCon/proceedings-review#96

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