Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_plot_3d
Function
test_plot_3d
tests/test_plot.py:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
def
test_plot_3d():
37
data_reduced_3d = reducer(data, ndims=3)
38
geo = plot.plot(data_reduced_3d, show=False)
39
assert all([i.shape[1]==3
for
i in geo.data])
40
41
42
def
test_plot_reduce_none():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected