MCPcopy Create free account
hub / github.com/MotrixLab/FineMoGen / init

Function init

mogen/utils/plot_utils.py:132–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 title_list.append(new_t)
131
132 def init():
133 ax.set_xlim3d([-radius / 4, radius / 4])
134 ax.set_ylim3d([0, radius / 2])
135 ax.set_zlim3d([0, radius / 2])
136 ax.grid(b=False)
137
138 def plot_xzPlane(minx, maxx, miny, minz, maxz):
139 verts = [[minx, miny, minz], [minx, miny, maxz], [maxx, miny, maxz],

Callers 2

plot_3d_motionFunction · 0.85
plot_siamese_3d_motionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected