Getting rid of use_rectangular_stem for Arrow

This commit is contained in:
Grant Sanderson
2019-02-07 17:53:11 -08:00
parent 266f44f10e
commit 0a65ee6725
18 changed files with 122 additions and 150 deletions

View File

@ -80,7 +80,6 @@ class AnalyzeZSquared(ComplexTransformationScene, ZoomedScene):
else:
arrow = Arrow(
point, out_point,
use_rectangular_stem=False,
path_arc=path_arc,
buff=SMALL_BUFF,
)