-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
fix plotly incongruity (to be polite) #4584
Conversation
julia> using Plots; plotly(); plot(rand(10))
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
┌ Warning: backend `GR` is not installed.
└ @ Plots ~/.julia/dev/Plots/src/backends.jl:33
[ Info: GR
[ Info: Precompiling PlotlyKaleido [f2990250-8cf9-495f-b13a-cce12b45703c] This works. I'm a bit irritated by that warning though |
we might want to add a simple test with the plotly backend, that creates a html-file |
You mean the We can make it a |
I mean
|
As I said, I'm not |
How can that happen ? |
Hmm.. I had this, but it doesn't show up on CI. Must be my system then. |
8625b88
to
c09d2b0
Compare
Codecov ReportBase: 90.64% // Head: 90.74% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #4584 +/- ##
==========================================
+ Coverage 90.64% 90.74% +0.09%
==========================================
Files 41 41
Lines 8757 8765 +8
==========================================
+ Hits 7938 7954 +16
+ Misses 819 811 -8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
FWIW, I've seen that warning popping up in multiple occasions now, also on other peoples machines. It's working afterwards nevertheless, but it is irritating. Secondly, I happened to notice that you can't use the plotlybase functionality if you haven't PlotlyKaleido installed, which ideally shouldn't be. |
Maybe an environment stack issue. Could help if we had a reproducer. |
Maybe fix #4583.
I don't like doing this (exceptions to the already complicated load / requires mechanism).
Can you test that it works @BeastyBlacksmith ?