Skip to content

When using TSML warning about Plots is displayed #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rustyconover opened this issue Sep 30, 2020 · 2 comments
Closed

When using TSML warning about Plots is displayed #171

rustyconover opened this issue Sep 30, 2020 · 2 comments

Comments

@rustyconover
Copy link

When using TSML this message is displayed.

┌ Warning: Package TSML does not have Plots in its dependencies:
│ - If you have TSML checked out for development and have
│   added Plots as a dependency but haven't updated your primary
│   environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with TSML
└ Loading Plots into TSML from project dependency, future warnings for TSML are suppressed.
@ppalmes
Copy link
Collaborator

ppalmes commented Sep 30, 2020

Please update to the latest version (2.5.7). This warning happens pre-2.5.7 because I removed Plots.jl as a dependency and replaced it with RecipesBase.jl to speed up the loading time. Loading will be relatively faster now in the latest version.

@ppalmes
Copy link
Collaborator

ppalmes commented Sep 30, 2020

Because of relying on RecipesBase.jl from v2.5.7, please load Plots.jl if you want to use TSML.Plotters.Plotter functionality.

@ppalmes ppalmes closed this as completed Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants