MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / _apply_hatches

Function _apply_hatches

benchmarking/plot_bsz_sweep_runtime.py:101–106  ·  view source on GitHub ↗
(ax, methods)

Source from the content-addressed store, hash-verified

99
100
101def _apply_hatches(ax, methods):
102 hatches = [PROVIDER_HATCHES.get(m, "") for m in methods]
103 for container, hatch in zip(ax.containers, hatches):
104 for bar in container:
105 bar.set_hatch(hatch)
106 return hatches
107
108
109def plot(

Callers 1

plotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected