mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Bug fix to Axes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user