Skip to content
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

Spurious warnings when passing an array of scales #444

Closed
swt30 opened this issue Aug 11, 2016 · 1 comment · Fixed by #3992
Closed

Spurious warnings when passing an array of scales #444

swt30 opened this issue Aug 11, 2016 · 1 comment · Fixed by #3992

Comments

@swt30
Copy link
Contributor

swt30 commented Aug 11, 2016

julia> series = rand(100, 4);

julia> using Plots

julia> plot(series, layout=4, yscale=[:identity :log2 :ln :log10])
[Plots.jl] Initializing backend: pyplot
WARNING: scale Symbol[:identity :log2 :ln :log10] is unsupported with Plots.PyPlotBackend().  Choose from: Symbol[:identity,:ln,:log2,:log10]
WARNING: scale Symbol[:identity :log2 :ln :log10] is unsupported with Plots.PyPlotBackend().  Choose from: Symbol[:identity,:ln,:log2,:log10]
WARNING: scale Symbol[:identity :log2 :ln :log10] is unsupported with Plots.PyPlotBackend().  Choose from: Symbol[:identity,:ln,:log2,:log10]
WARNING: scale Symbol[:identity :log2 :ln :log10] is unsupported with Plots.PyPlotBackend().  Choose from: Symbol[:identity,:ln,:log2,:log10]

The final subplots look perfect, but these warnings are thrown anyway.

@BeastyBlacksmith
Copy link
Member

This warning has reappeared

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

Successfully merging a pull request may close this issue.

2 participants