본문 바로가기

Programming/Manim Lectures

[05-5] Graph

반응형

The main difference between Manim and other video editing/creation programs is graph animation using mathematical functions. Therefore, understanding the graph is a very important part of Manim programming, so I will explain it in detail.

 

To structurally understand the matter of graphs in Manim, you can understand the relationship of the class diagram below.

 

 

 

In the above structure diagram, I will explain the parts divided by numbers in order. If you read it as described, you can understand how to draw and animate graphs in Manim.

 


[05-5-A] Graph from ParametricFunction/FunctionGraph

[05-5-B] Graph Line: NumberLine

[05-5-C] Graph Coordinate: Axes

[05-5-D] Grid Background: NumberPlane

[05-5-E] Scene for Graph: GraphScene

 


Next: [05-5-A] Graph from ParametricFunction/FunctionGraph

 

[05-5-A] Graph from ParametricFunction/FunctionGraph

ParametricFunction class object > Container > Mobject > VMobject > ParametricFunction manimlib.mobject.functions.ParametricFunction(self, function=None, **kwargs) Create a Manim object using the giv..

infograph.tistory.com

Go To: [99] Table of Contents

반응형

'Programming > Manim Lectures' 카테고리의 다른 글

[05-5-B] Graph Line: NumberLine  (0) 2020.06.07
[05-5-A] Graph from ParametricFunction/FunctionGraph  (0) 2020.06.07
[05-4-B] Integer  (0) 2020.06.07
[05-4-A] DecimalNumber  (0) 2020.06.07
[05-4] Numbers: DecimalNumber/Integer  (0) 2020.06.07