Interface: AxesOptions
Defined in: mobjects/graphing/Axes.ts:17
Options for creating Axes
Extended by
Properties
axisConfig?
optionalaxisConfig:Partial<NumberLineOptions>
Defined in: mobjects/graphing/Axes.ts:29
Common configuration for both axes
color?
optionalcolor:string
Defined in: mobjects/graphing/Axes.ts:27
Stroke color for axes. Default: '#ffffff'
tipLength?
optionaltipLength:number
Defined in: mobjects/graphing/Axes.ts:37
Length of arrow tips. Default: 0.25
tips?
optionaltips:boolean
Defined in: mobjects/graphing/Axes.ts:35
Whether to include arrow tips on axes. Default: true
xAxisConfig?
optionalxAxisConfig:Partial<NumberLineOptions>
Defined in: mobjects/graphing/Axes.ts:31
Configuration specific to x-axis (overrides axisConfig)
xLength?
optionalxLength:number
Defined in: mobjects/graphing/Axes.ts:23
Visual length of the x-axis. Default: 10
xRange?
optionalxRange: [number,number] | [number,number,number]
Defined in: mobjects/graphing/Axes.ts:19
X-axis range as [min, max] or [min, max, step]. Default: [-5, 5, 1]
yAxisConfig?
optionalyAxisConfig:Partial<NumberLineOptions>
Defined in: mobjects/graphing/Axes.ts:33
Configuration specific to y-axis (overrides axisConfig)
yLength?
optionalyLength:number
Defined in: mobjects/graphing/Axes.ts:25
Visual length of the y-axis. Default: 6
yRange?
optionalyRange: [number,number] | [number,number,number]
Defined in: mobjects/graphing/Axes.ts:21
Y-axis range as [min, max] or [min, max, step]. Default: [-3, 3, 1]