mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 13:01:00 +00:00
Bug fix to Axes
This commit is contained in:
parent
f58575cc11
commit
499080fb97
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class Axes(VGroup):
|
|||
return tuple([
|
||||
axis.point_to_number(point)
|
||||
for axis in self
|
||||
if isinstance(axis, NumberLine)
|
||||
])
|
||||
|
||||
def get_graph(
|
||||
|
|
Loading…
Add table
Reference in a new issue