3b1b-manim/manimlib/mobject
Grant Sanderson 602809758e
Video work (#1739)
* Enable setting points to a null list, and adding one point at a time.

* Add refresh_locked_data

* Add presenter mode to scenes with -p option

* Allow for an embed by hitting e during interaction

* Add set_min_height, etc.

* Make sure null parametric curve has at least one point

* Account for edge case where \{ is used in Tex

* Allow for logging notes in wait calls, useful for presenter mode

* Simplify choose, and add gen_choose for fractional amounts

* Default to no top on axes

* Allow match_x, match_y, etc. to take in a point

* Allow wait calls to ignore presenter mode

* Just use math.combo, no caching with choose(n, r)

* Use generator instead of list in bezier

* Bubble init_colors should override

* Account for "px" values read in from an svg

* Stop displaying when writing is happening

* Update the way Bubble override SVG colors
2022-02-13 15:16:16 -08:00
..
svg Video work (#1739) 2022-02-13 15:16:16 -08:00
types Video work (#1739) 2022-02-13 15:16:16 -08:00
__init__.py delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
boolean_ops.py Update boolean_ops.py 2022-01-31 23:29:36 +08:00
changing.py (Maybe temporary?) upates to Tracers 2021-08-26 11:44:45 -07:00
coordinate_systems.py Video work (#1739) 2022-02-13 15:16:16 -08:00
frame.py New defaults for FullScreenRectangle 2021-03-18 17:42:19 -07:00
functions.py Video work (#1739) 2022-02-13 15:16:16 -08:00
geometry.py Attempt to refactor SVGMobject with svgelements (#1731) 2022-02-11 07:53:21 -08:00
interactive.py change default font size of ControlsExample 2021-06-29 20:55:25 +08:00
matrix.py minor fixes (#1737) 2022-02-13 11:12:41 +08:00
mobject.py Video work (#1739) 2022-02-13 15:16:16 -08:00
mobject_update_utils.py fix: fix typo spelling grammar 2021-08-07 22:25:26 +07:00
number_line.py Use isclose in place of of == 0 2021-08-26 11:43:44 -07:00
numbers.py Recover numbers.py 2021-11-27 16:16:18 +08:00
probability.py Change variables names: x_tick, x_ticks, y_tick, y_ticks 2021-12-17 15:02:10 +07:00
shape_matchers.py fix: fix typo spelling grammar 2021-08-07 22:25:26 +07:00
three_dimensions.py Remove unnecessary import 2021-12-21 10:58:41 -08:00
value_tracker.py Fix bug for single-valued ValueTracker 2021-08-26 11:42:58 -07:00
vector_field.py Fix a wrong function name. 2021-04-09 22:06:20 +08:00