do_single_plots

zdm.analyze_cube.do_single_plots(uvals, vectors, wvectors, names, tag=None, fig_exten='.png', dolevels=False, log=True, outdir='SingleFigs/', vparams_dict=None, prefix='', truth=None, latexnames=None, units=None, logspline=True, others=None, compact=False, others_labels=None)[source]

Generate a series of 1D plots of the cube parameters

Parameters:
  • uvals (list) – List, each element containing a np.ndarray giving the parameter values for each parameter. Total length nparams.

  • vectors (list) – [For each parameter, contains an unweighted vector giving 1D probabilities for that value of the parameter]

  • wvectors ([list]) – [For each parameter, contains a weighted (with prior) vector giving 1D probabilities for that value of the parameter]

  • names ([type]) – [description]

  • tag ([type], optional) – [description]. Defaults to None.

  • fig_exten (str, optional) – [description]. Defaults to ‘.png’.

  • dolevels (bool, optional) – [description]. Defaults to False.

  • log (bool, optional) – [description]. Defaults to True.

  • outdir (str, optional) – [description]. Defaults to ‘SingleFigs/’.

  • vparams_dict (dict, optional) – parameter dict – used to set x-values. Defaults to None.

  • prefix (str, optional) – [description]. Defaults to ‘’.

  • latexnames – latex of axis names

  • units – latex of units to attach to x-axis only

  • logspline (bool) – do spline fitting in logspace?

  • others (list of arrays) – list of other plots to add to data

  • compact

    ???

  • others_labels (list of strings) – labels for others