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

Plots.jl recipes #154

Open
ChrisRackauckas opened this issue Apr 10, 2019 · 2 comments
Open

Plots.jl recipes #154

ChrisRackauckas opened this issue Apr 10, 2019 · 2 comments

Comments

@ChrisRackauckas
Copy link

It would be nice if the types here had Plots.jl recipes so that way the plots could match the outputs of a lot of other packages. Right now this seems confined to Gadfly.

@bdeonovic
Copy link
Contributor

bdeonovic commented Apr 10, 2019

See #144

@goedman
Copy link

goedman commented Apr 12, 2019

To convert to an MCMCChains.Chains object:

chn2 = MCMCChains.Chains(chn.value, String.(chn.names))

where chn is the Mamba Chains object, e.g. see m4.4.

(Mamba.jl on Julia v1.1, it doesn't run on v1.2 on my system). MCMCChains.Chains are not a 100% replacement for Mamba.Chains (yet), but pretty close.

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

3 participants