Skip to content

Complex Plane: Number Label Color Change #2871

Discussion options

You must be logged in to vote

I figured it out.
Although, it is strange that it basically writes the axis labels twice for the complex plane.
It's more like an overlay of the NumberPlane.

%%manim -ql -v WARNING ComplexPlaneTransformation

class ComplexPlaneTransformation(Scene):
    def construct(self):
        
        point1 = 100
        
        Text.set_default(color="#FF40FF", font="Vollkorn", font_size = point1)
        MathTex.set_default(color="#FF40FF", font_size=point1*1.75, tex_template=TexFontTemplates.fourier_utopia)
        Mobject.set_default(color = "#FF40FF")
        
        plane_1 = ComplexPlane(
            axis_config={
                "stroke_width": 5,
                "font_size": 40,
        …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SuperUser-Vermeylen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant