bencher.plotting.plt_cnt_cfg ============================ .. py:module:: bencher.plotting.plt_cnt_cfg Classes ------- .. autoapisummary:: bencher.plotting.plt_cnt_cfg.PltCntCfg Module Contents --------------- .. py:class:: PltCntCfg(**params) Bases: :py:obj:`param.Parameterized` Plot Count Config .. py:attribute:: float_vars .. py:attribute:: float_cnt .. py:attribute:: cat_vars .. py:attribute:: cat_cnt .. py:attribute:: vector_len .. py:attribute:: result_vars .. py:attribute:: panel_vars .. py:attribute:: panel_cnt .. py:attribute:: repeats .. py:attribute:: inputs_cnt .. py:attribute:: print_debug .. py:method:: generate_plt_cnt_cfg(bench_cfg: bencher.bench_cfg.BenchCfg) -> PltCntCfg :staticmethod: Given a BenchCfg work out how many float and cat variables there are and store in a PltCntCfg class :param bench_cfg: See BenchCfg definition :type bench_cfg: BenchCfg :raises ValueError: If no plotting procedure could be automatically detected :returns: see PltCntCfg definition :rtype: PltCntCfg .. py:method:: __str__() Return a short representation of the name and class of this object.