mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove num_sampled_graph_points_per_tick in Axes __init__
This commit is contained in:
parent
7954ba14ef
commit
2337be2318
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue