diff --git a/manimlib/mobject/coordinate_systems.py b/manimlib/mobject/coordinate_systems.py index f3c9d31f..f0ee6a89 100644 --- a/manimlib/mobject/coordinate_systems.py +++ b/manimlib/mobject/coordinate_systems.py @@ -437,6 +437,7 @@ class Axes(VGroup, CoordinateSystem): **kwargs ): CoordinateSystem.__init__(self, x_range, y_range, **kwargs) + kwargs.pop("num_sampled_graph_points_per_tick", None) VGroup.__init__(self, **kwargs) axis_config = dict(**axis_config, unit_size=unit_size)