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

Function init

text2motion/utils/plot_script.py:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 title = '\n'.join([' '.join(title_sp[:10]), ' '.join(title_sp[10:])])
34
35 def init():
36 ax.set_xlim3d([-radius / 4, radius / 4])
37 ax.set_ylim3d([0, radius / 2])
38 ax.set_zlim3d([0, radius / 2])
39 # print(title)
40 fig.suptitle(title, fontsize=20)
41 ax.grid(b=False)
42
43 def plot_xzPlane(minx, maxx, miny, minz, maxz):
44 ## Plot a plane XZ

Callers 1

plot_3d_motionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected