Skip to content

Works with Plots.jl, but warns: "InspectDR not known to be compatible with current version of Plots.jl" #13

@ma-laforge

Description

@ma-laforge

Description

InspectDR includes some code to ensure it can work with the installed version of Plots.jl. If InspectDR detects that it is more recent than the last time it was known to be compatible with Plots.jl, it displays the following warning:

InspectDR not known to be compatible with current version of Plots.jl
[...]

This warning occurs in case the API of InspectDR changes in a way that Plots.jl can no longer control it properly. The message also provides a combination of Plots.jl/InspectDR.jl that is known to be compatible (known to work). The intent is so that the user does not get discouraged trying to find a solution that works.

Problem

This compatibility solution is not very good and requires constant updating. Failure to do so generates a warning message about compatibility that is not actually relevant.

A better solution to this problem ideally should be found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions