mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 12:17:44 +00:00
Set mob.make_smooth_after_applying_functions to True when preparing for a nonlinear transformation
This commit is contained in:
parent
ed0ac3bee4
commit
43614394a4
1 changed files with 1 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ class NumberPlane(Axes):
|
|||
num_curves = mob.get_num_curves()
|
||||
if num_inserted_curves > num_curves:
|
||||
mob.insert_n_curves(num_inserted_curves - num_curves)
|
||||
mob.make_smooth_after_applying_functions = True
|
||||
return self
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue