You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, I wanted to draw a line, but I found the color was inaccurate. Later, I drew several lines in different directions, but why does the color still look wrong? Line1 has no color gradient, Line2 and Line3 are fine, but the color of Line4 is reversed.
My idea was to draw a line with the starting point at (-1, 0) and the endpoint at (0, 1), with the color gradient from #EDCD00 to #7301FF. After looking into the issue with set_color_by_gradient(), I found that someone solved it using set_color(), but the color start and end points were reversed.
What should I do?
Manim Community v0.19.0
The text was updated successfully, but these errors were encountered:
At first, I wanted to draw a line, but I found the color was inaccurate. Later, I drew several lines in different directions, but why does the color still look wrong? Line1 has no color gradient, Line2 and Line3 are fine, but the color of Line4 is reversed.
My idea was to draw a line with the starting point at (-1, 0) and the endpoint at (0, 1), with the color gradient from #EDCD00 to #7301FF. After looking into the issue with set_color_by_gradient(), I found that someone solved it using set_color(), but the color start and end points were reversed.
What should I do?
Manim Community v0.19.0
The text was updated successfully, but these errors were encountered: