Function with label #1793
Unanswered
erwindenboer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you post the full traceback? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to put a graph with a label on the screen. My code is as follows:
` from manim import *
from manim_presentation import Slide
`
I put my function outside the FunctionGraph(), so I can use it for the label. However, when i compile this code it gives the following error:
ValueError: Alpha -2 not between 0 and 1
I have no idea what this means. Can someone help me debug this?
Beta Was this translation helpful? Give feedback.
All reactions