Skip to content

ArrowCircleTip and ArrowCircleFilledTip isn't working #1597

Answered by TonyCrane
mscharling asked this question in Q&A
Discussion options

You must be logged in to vote

In manimgl, there is no ArrowCircleTip or ArrowCircleFilledTip. But they are in the community version of manim: ManimCommunity/manim.

And ArrowCircleTip and ArrowCircleFilledTip are just circles, I guess you want to use like Arrow([2, 0, 0], [-2, 0, 0], tip_shape=ArrowCircleTip). And in manimgl, you can get the same result by using Line([2, 0, 0], [-2, 0, 0]).add_tip(tip_style=2)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TonyCrane
Comment options

Answer selected by mscharling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants