数字平面
合格名称:manim.mobject.graphing.coordinate\_systems.NumberPlane
Python | |
---|---|
Bases: Axes
创建带有背景线的笛卡尔平面。
参数
- x_range ( Sequence [ float ] | None ) –水平方向平面的值。
[x_min, x_max, x_step]
- y_range ( Sequence [ float ] | None ) –垂直方向的平面值。
[y_min, y_max, y_step]
- x_length ( float | None ) – 平面的宽度。
- y_length ( float | None ) – 平面的高度。
- background_line_style ( dict | None ) – 影响平面背景线构造的参数。
- faded_line_style ( dict | None ) – 与 类似
background_line_style
,影响场景背景线的构造。 - faded_line_ratio ( int ) – 确定背景线内的框数:
2
= 4 个框,3
= 9 个框。 - make_smooth_after_applying_functions ( bool ) – 目前不起作用。
- kwargs – 要传递给 的附加参数
Axes
。
笔记
如果
x_length
或y_length
未定义,则会自动计算它们,使每个轴上的一个单位为 1 个马尼姆单位长。
例子
示例:NumberPlaneExample
Python | |
---|---|
示例:NumberPlaneScaled
方法
get_vector |
|
prepare_for_nonlinear_transform |
属性
animate |
用于对 的任何方法的应用程序进行动画处理self 。 |
animation_overrides |
|
color |
|
depth |
对象的深度。 |
fill_color |
如果有多种颜色(对于渐变),则返回第一个颜色 |
height |
mobject 的高度。 |
n_points_per_curve |
|
sheen_factor |
|
stroke_color |
|
width |
mobject 的宽度。 |