Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ManimCommunity/manim
/ test_Arrange
Function
test_Arrange
tests/test_graphical_units/test_geometry.py:156–160 ·
view source on GitHub ↗
(scene)
Source
from the content-addressed store, hash-verified
154
155
@frames_comparison
156
def
test_Arrange(scene):
157
s1 = Square()
158
s2 = Square()
159
x = VGroup(s1, s2).set_x(0).arrange(buff=1.4)
160
scene.add(x)
161
162
163
@frames_comparison(last_frame=False)
Callers
nothing calls this directly
Calls
5
Square
Class · 0.85
VGroup
Class · 0.85
arrange
Method · 0.45
set_x
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected