cuqi.samples.Samples.plot_violin#
- Samples.plot_violin(variable_indices=None, **kwargs)#
Create a violin plot of the samples.
- Parameters:
variable_indices (list, optional) – List of variable indices to plot. If no input is given and less than 8 variables exist all are plotted and with more 8 are randomly chosen.
tool. (Any remaining keyword arguments will be passed to the arviz plotting)
https (See)
- Returns:
axes
- Return type:
matplotlib axes or bokeh figures