MathTex
合格名称:manim.mobject.text.tex\_mobject.MathTex
Python | |
---|---|
Bases: SingleStringMathTex
在数学模式下用 LaTeX 编译的字符串。
例子
示例:公式
Python | |
---|---|
测试
检查是否创建MathTex
作品:
检查双括号组分割是否正确:
Python | |
---|---|
方法
get_part_by_tex |
|
get_parts_by_tex |
|
index_of_part |
|
index_of_part_by_tex |
|
set_color_by_tex |
|
set_color_by_tex_to_color_map |
|
set_opacity_by_tex |
设置指定 tex 的不透明度。 |
sort_alphabetically |
属性
animate |
用于对 的任何方法的应用程序进行动画处理self 。 |
animation_overrides |
|
color |
|
depth |
对象的深度。 |
fill_color |
如果有多种颜色(对于渐变),则返回第一个颜色 |
font_size |
tex mobject 的字体大小。 |
hash_seed |
表示生成的对象点结果的唯一哈希值。 |
height |
mobject 的高度。 |
n_points_per_curve |
|
sheen_factor |
|
stroke_color |
|
width |
mobject 的宽度。 |
参数
- arg_separator ( str ) –
- substrings_to_isolate ( Iterable [ str ] | None ) –
- tex_to_color_map (dict__[ str , Color ] ) –
- tex_environment ( str ) –
Python | |
---|---|
设置指定 tex 的不透明度。如果指定了“remaining_opacity”,则剩余的 tex 将设置为该不透明度。
参数
- tex ( str ) – 要设置不透明度的 tex。
- opacity( float ) – 默认 0.5。设置 tex 的不透明度
- remaining_opacity(Optional__[ float ])-默认无。设置剩余纹理的不透明度。如果 None,那么剩余的 tex 不会被改变