MCPcopy Index your code
hub / github.com/OpenMotionLab/MotionGPT / init

Function init

mGPT/render/matplot/plot_3d_global.py:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52 def update(index):
53 def init():
54 ax.set_xlim3d([-radius / 2, radius / 2])
55 ax.set_ylim3d([0, radius])
56 ax.set_zlim3d([0, radius])
57 ax.grid(b=False)
58
59 def plot_xzPlane(minx, maxx, miny, minz, maxz):
60 ## Plot a plane XZ

Callers 1

updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected