You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot(ensemblesol, vars = (0,1), lw=1,alpha=0.1, label=nothing, idxs = 1:250)
I get this error:
Simultaneously using keywords vars and idxs is not supported. Please only use idxs.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] macro expansion
@ ~/.julia/packages/SciMLBase/UY87O/src/solutions/solution_interface.jl:189 [inlined]
[3] apply_recipe(plotattributes::AbstractDict{Symbol, Any}, sol::SciMLBase.AbstractTimeseriesSolution)
@ SciMLBase ~/.julia/packages/RecipesBase/qpxEX/src/RecipesBase.jl:289
[4] _process_userrecipes!(plt::Any, plotattributes::Any, args::Any)
@ RecipesPipeline ~/.julia/packages/RecipesPipeline/OXGmH/src/user_recipe.jl:36
[5] recipe_pipeline!(plt::Any, plotattributes::Any, args::Any)
@ RecipesPipeline ~/.julia/packages/RecipesPipeline/OXGmH/src/RecipesPipeline.jl:70
[6] _plot!(plt::Plots.Plot, plotattributes::Any, args::Any)
@ Plots ~/.julia/packages/Plots/lW9ll/src/plot.jl:209
[7] #plot#145
@ ~/.julia/packages/Plots/lW9ll/src/plot.jl:91 [inlined]
[8] top-level scope
@ ~/Projects/Proposals/ASKEM/SciMLTutorials.jl/tutorials/DiffEqUncertainty/01-expectation_introduction.jmd.ipynb:2
The text was updated successfully, but these errors were encountered:
djinnome
changed the title
Simultaneously using keywords vars and idxs is not supported. Please only use idxs.
SciML Tutorial attempts to simultaneously use keywords vars and idxs in Plot, which is not supported.
Aug 25, 2022
When I try to plot the first 250 trajectories, according to the SciML tutorial:
SciMLTutorials.jl/tutorials/DiffEqUncertainty/01-expectation_introduction.jmd
Line 48 in e8c8c3e
I get this error:
The text was updated successfully, but these errors were encountered: