Skip to content

neaten up some plotting routines

@charlie.hoy this neatens up a couple of the plotting routines when plotting parameters which were fixed during sampling. Basically, I removed the calls to histogram these parameters.

I also simplified the way cdfs are plotted, the method is one of the suggested answers in https://stackoverflow.com/questions/24788200/calculate-the-cumulative-distribution-function-cdf-in-python.

Merge request reports