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

corner plot issue #457

Open
yebai opened this issue May 23, 2024 · 0 comments
Open

corner plot issue #457

yebai opened this issue May 23, 2024 · 0 comments

Comments

@yebai
Copy link
Member

yebai commented May 23, 2024

The following example errors. It seems the issue is from upper stream packages instead of MCMCChains.

Note that the corner plot works fine when the number of variables is smaller than 3.

julia> val = rand(500, 4, 3);

julia> chn = Chains(val, [:a, :b, :c, :d]);

julia> corner(chn)


ERROR: The sum of widths must be 1!
Stacktrace:
  [1] error(s::String)
    @ Base ./error.jl:35
  [2] Plots.GridLayout(::Int64, ::Vararg{…}; parent::Plots.RootLayout, widths::Vector{…}, heights::Vector{…}, kw::@Kwargs{})
    @ Plots ~/.julia/packages/Plots/ju9dp/src/layouts.jl:232
  [3] grid(::Int64, ::Vararg{Int64}; kw::@Kwargs{widths::Vector{Float64}, heights::Vector{Float64}})
    @ Plots ~/.julia/packages/Plots/ju9dp/src/layouts.jl:209
  [4] macro expansion
    @ ~/.julia/packages/StatsPlots/cStOe/src/cornerplot.jl:29 [inlined]
  [5] apply_recipe(plotattributes::AbstractDict{Symbol, Any}, cp::StatsPlots.CornerPlot)
    @ StatsPlots ~/.julia/packages/RecipesBase/BRe07/src/RecipesBase.jl:300
  [6] _process_userrecipes!(plt::Any, plotattributes::Any, args::Any)
    @ RecipesPipeline ~/.julia/packages/RecipesPipeline/BGM3l/src/user_recipe.jl:38
  [7] recipe_pipeline!(plt::Any, plotattributes::Any, args::Any)
    @ RecipesPipeline ~/.julia/packages/RecipesPipeline/BGM3l/src/RecipesPipeline.jl:72
  [8] _plot!(plt::Plots.Plot, plotattributes::Any, args::Any)
    @ Plots ~/.julia/packages/Plots/ju9dp/src/plot.jl:223
  [9] #plot#188
    @ ~/.julia/packages/Plots/ju9dp/src/plot.jl:102 [inlined]
 [10] plot
    @ ~/.julia/packages/Plots/ju9dp/src/plot.jl:93 [inlined]
 [11] corner(args::Chains{Float64, AxisArrays.AxisArray{…}, Missing, @NamedTuple{…}, @NamedTuple{}})
    @ MCMCChains ~/.julia/packages/RecipesBase/BRe07/src/RecipesBase.jl:427
 [12] top-level scope
    @ REPL[53]:1
Some type information was truncated. Use `show(err)` to see complete types.
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

1 participant