MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / process_multibar_data

Function process_multibar_data

scripts/tools/draw-png.py:289–291  ·  view source on GitHub ↗
(groups, labels)

Source from the content-addressed store, hash-verified

287 return d
288
289def process_multibar_data(groups, labels):
290 groups = sort_by_labels(groups, labels)
291 return normalize(groups)
292
293def draw_compare_png(groups, png):
294 algos_encode = {}

Callers 1

draw_compare_pngFunction · 0.85

Calls 2

sort_by_labelsFunction · 0.85
normalizeFunction · 0.85

Tested by

no test coverage detected