.. _options-plot-types: Plot types and statistical representation ========================================= Create histograms, ensemble statistics, and step-style summary plots. .. program:: plopm -hist/--histogram --------------------------------- .. option:: -hist , --histogram :no-contents-entry: :no-typesetting: Set histogram bins and an optional distribution, for example ``20``, ``20,norm``, or ``20,lognorm``. Separate specifications for multiple plots with spaces: .. code-block:: console plopm -hist "50,norm 20,lognorm 100" **Default:** empty, so no histogram is plotted. -ens/--ensemble ---------------------- .. option:: -ens , --ensemble :no-contents-entry: :no-typesetting: Set the ensemble plotting mode: * ``0`` disables ensemble plotting. * ``1`` plots the mean and error bands. * ``2`` plots the minimum, mean, and maximum. * ``3`` plots both representations. **Default:** ``0`` -fb/--fill-between-style