MCPcopy Create free account
hub / github.com/Vespa314/chan.py / GetPlotMeta

Function GetPlotMeta

Plot/PlotDriver.py:149–153  ·  view source on GitHub ↗
(chan: CChan, figure_config)

Source from the content-addressed store, hash-verified

147
148
149def GetPlotMeta(chan: CChan, figure_config) -> List[CChanPlotMeta]:
150 plot_metas = [CChanPlotMeta(chan[kl_type]) for kl_type in chan.lv_list]
151 if figure_config.get("only_top_lv", False):
152 plot_metas = [plot_metas[0]]
153 return plot_metas
154
155
156class CPlotDriver:

Callers 1

__init__Method · 0.85

Calls 2

CChanPlotMetaClass · 0.85
getMethod · 0.80

Tested by

no test coverage detected