MCPcopy
hub / github.com/ContextLab/hypertools / patch_lines

Function patch_lines

hypertools/_shared/helpers.py:135–141  ·  view source on GitHub ↗

Draw lines between groups

(x)

Source from the content-addressed store, hash-verified

133
134
135def patch_lines(x):
136 """
137 Draw lines between groups
138 """
139 for idx in range(len(x)-1):
140 x[idx] = np.vstack([x[idx], x[idx+1][0,:]])
141 return x
142
143
144def is_line(format_str):

Callers 1

plotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected