Bug fix to Axes

This commit is contained in:
Grant Sanderson 2018-08-23 14:45:00 -07:00
parent f58575cc11
commit 499080fb97

View file

@ -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(