Set mob.make_smooth_after_applying_functions to True when preparing for a nonlinear transformation

This commit is contained in:
Grant Sanderson 2021-02-05 13:06:00 -08:00
parent ed0ac3bee4
commit 43614394a4

View file

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