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
When I do a cornerplot of a chain, the y axis are much too wide.
E.g. for a variable with extrema(chn_c[:s₊a_E]) == (0.47, 12.8)
corner (corner(chn_c)) produces a plot with y axis ranging from 0 to 800 (which is not usable). However, it correctly infers the ranges for the x-axis of this variable.
This happens on
Julia 1.9.1
MCMCChains version v6.03
StatsPlots v0.15.5
Mint 21.2
The text was updated successfully, but these errors were encountered:
When I do a cornerplot of a chain, the y axis are much too wide.
E.g. for a variable with
extrema(chn_c[:s₊a_E]) == (0.47, 12.8)
corner (
corner(chn_c)
) produces a plot with y axis ranging from 0 to 800 (which is not usable). However, it correctly infers the ranges for the x-axis of this variable.This happens on
Julia 1.9.1
MCMCChains version v6.03
StatsPlots v0.15.5
Mint 21.2
The text was updated successfully, but these errors were encountered: