1129 Commits

Author SHA1 Message Date
c244f8738f Remove stray import 2022-12-15 18:18:59 -08:00
3be43119cb Remove stray import 2022-12-15 18:18:52 -08:00
37786edc99 Small type fix 2022-12-15 18:18:44 -08:00
25388b4ad3 Kill CONFIG in functions.py 2022-12-15 16:47:03 -08:00
00403fe5b4 Change default stroke color 2022-12-15 16:46:51 -08:00
02143001a4 Move RangeSpecifier to constants 2022-12-15 16:46:42 -08:00
a05820b7c7 Kill CONFIG in frame.py 2022-12-15 16:28:15 -08:00
5b5b3a7d20 Kill CONFIG in coordinate_system 2022-12-15 16:19:03 -08:00
57875875c1 Kill CONFIG in changing.py 2022-12-15 15:40:56 -08:00
a78e2b6ad2 Specify ManimColor type 2022-12-15 15:40:46 -08:00
da90c5e297 Allow for multivalued style arguments 2022-12-15 15:40:36 -08:00
c56968fd09 Cleaner imports 2022-12-15 15:23:59 -08:00
c8d01e7a43 Kill CONFIG in drawings.py 2022-12-15 14:28:34 -08:00
3b5181d1a3 Kill CONFIG in StringMobject and Text 2022-12-15 13:35:13 -08:00
588c3fce02 Allow style configuration to be None 2022-12-15 12:48:43 -08:00
a3215d0354 Fix small height bug 2022-12-15 12:48:27 -08:00
c55374245d Kill config in svg_mobject 2022-12-15 12:48:06 -08:00
c2766c9837 Remove stray import 2022-12-15 12:47:53 -08:00
2a89e84538 Kill CONFIG in brace.py 2022-12-15 11:33:27 -08:00
aac320aa98 Update Checkmark and Exmark definitions 2022-12-15 11:33:14 -08:00
7aa5c83a14 Kill CONFIG in tex_mobject.py 2022-12-15 11:33:00 -08:00
d4b6bf40e5 Small type fixes 2022-12-15 10:17:57 -08:00
002129e7a2 Remove stray import 2022-12-15 10:17:43 -08:00
1aaa3b4ad5 Remove unnecessary import 2022-12-15 10:12:10 -08:00
6c4e028eab Kill CONFIG in surface.py 2022-12-15 10:11:50 -08:00
3a65eb4d2c Kill CONFIG in ImageMobject 2022-12-15 09:56:01 -08:00
98c53151ad Correct type for texture_paths 2022-12-15 09:55:50 -08:00
b373e33a22 Kill CONFIG in dot_cloud.py 2022-12-15 09:37:32 -08:00
a715a5bc3f Kill CONFIG in vectorized_mobject.py 2022-12-15 09:19:05 -08:00
133ac8bb26 Kill CONFIG in mobject.py 2022-12-15 09:18:22 -08:00
53994f0650 Add shorthand for type np.ndarray[int, np.dtype[np.float64]] 2022-12-14 16:17:15 -08:00
a901704b31 Return self in Circle.surround 2022-12-14 14:39:57 -08:00
c8442c404e Refresh triangulation after reversing points 2022-12-14 14:39:49 -08:00
44a7cfa12e Update output types for VMobject.get_family and VMobject.replicate 2022-12-14 11:02:16 -08:00
958002152e Define ManimColor type in constants 2022-12-14 10:55:32 -08:00
15a446977f Added type for ValueTracker 2022-11-18 09:11:59 -08:00
12d4b48508 Make sure animating status propagates through ancestors 2022-11-18 09:11:47 -08:00
a4ffe9b4e5 Allow group_by_rows and group_bg_cols option for creating grids 2022-11-18 09:11:29 -08:00
b6dd640fe7 Add Mobject.reverse_submobjects 2022-11-18 09:10:44 -08:00
83393abb22 Fix bug deleting i from coordinate labels 2022-11-18 09:10:24 -08:00
90e8a397b8 add_axis_labels for ThreeDAxes 2022-11-18 09:09:21 -08:00
6683c9dbca Add get_graph for 3d surfaces off of ThreeDAxes 2022-11-18 09:09:06 -08:00
004b7427f5 Allow bound graphs to track discontinuities 2022-11-18 09:08:30 -08:00
8adf99b8a7 Fix Circle.point_at_angle
https://github.com/3b1b/manim/issues/1875
2022-11-03 16:48:30 -07:00
84fa3de435 By default, don't let Mobject.become match updaters
This causes the use of Mobject.become in an updater function to make the mobject immediately lose its updater.

https://github.com/3b1b/manim/issues/1877
2022-11-03 16:35:41 -07:00
f878537814 Don't have Matrix try to convert lists of Mobject into numpy arrays
https://github.com/3b1b/manim/issues/1878
2022-11-03 16:31:19 -07:00
8e6265d35e Give set_color_by_gradient more expected behavior
https://github.com/3b1b/manim/issues/1882
2022-11-03 16:17:17 -07:00
faa37844e7 Add unit_tex option for NumberLine.add_numbers 2022-11-03 11:32:25 -07:00
80d34547db Typo fix 2022-11-03 11:32:25 -07:00
ce77f38bf1 Add CoordinateSystem.bind_graph_to_func 2022-11-03 11:32:25 -07:00