Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_plot_1d
Function
test_plot_1d
tests/test_plot.py:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
24
def
test_plot_1d():
25
data_reduced_1d = reducer(data, ndims=1)
26
geo = plot.plot(data_reduced_1d, show=False)
27
assert all([i.shape[1]==1
for
i in geo.data])
28
29
30
def
test_plot_2d():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected