Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ContextLab/hypertools
/ test_plot_2d
Function
test_plot_2d
tests/test_plot.py:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
30
def
test_plot_2d():
31
data_reduced_2d = reducer(data, ndims=2)
32
geo = plot.plot(data_reduced_2d, show=False)
33
assert all([i.shape[1]==2
for
i in geo.data])
34
35
36
def
test_plot_3d():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected