xfim / ggmcmc

Graphical tools for analyzing Markov Chain Monte Carlo simulations from Bayesian inference
111 stars 31 forks source link

setting greek=T mixes up labels #54

Closed jonathan-g closed 8 years ago

jonathan-g commented 8 years ago

When I call ggs_caterpillar with greek=T, the parsed labels appear on the chart in alphabetical order, not in the order of the medians of the distributions, so the bars on the chart get the wrong labels.

Calling ggs_caterpillar(g) and ggs_caterpillar(g, greek=T) the bars appear in the same places, but the labels appear in different order. not_greek greek

g.zip

xfim commented 8 years ago

Thank you for reporting this, @jonathan-g, and for doing it is a reproducible way easy to debug.

It must be solved in commit 6db95256f.

Please, do not hesitate to open another issue for anything else that you may have (bug, question, documentation request, feature request, ideas for the future).