Grant Sanderson
e357885da0
Replace TexText with MTexText
2022-12-20 15:24:38 -08:00
Grant Sanderson
6d5b980d4a
Replace Tex and MTex throughout library
2022-12-20 15:22:34 -08:00
Grant Sanderson
0d525baf29
Clean up special_tex contents, make each class use MTexText instead of TexText
2022-12-20 15:08:54 -08:00
Grant Sanderson
3293f72adc
Move BulletedList, TexTextFromPresetString and Title to their own file
2022-12-20 14:48:54 -08:00
Grant Sanderson
e0725c111e
Allow MTex to accept multiple strings as an argument
2022-12-20 14:32:04 -08:00
Grant Sanderson
6176bcd45a
Add option for StringMobject to only render one svg
2022-12-20 14:32:04 -08:00
Grant Sanderson
9c106eb873
Add option for StringMobject to only render a single svg
...
Then set as the default behavior for MTex and Text
2022-12-20 14:31:17 -08:00
Grant Sanderson
d4417d3d07
Add t2c option to MTex
2022-12-20 14:31:17 -08:00
Grant Sanderson
dd662b0d12
Move Selector and Span to manimlib.typing
2022-12-20 14:29:17 -08:00
Grant Sanderson
c605ac1c83
Better height, width, unit_size behavior for CoordinateSystems
2022-12-19 20:34:42 -08:00
Grant Sanderson
d8deec8f81
Revert back from the needs_new_unit_normal change in favor of recomputation
2022-12-19 18:17:25 -08:00
Grant Sanderson
073a62bf03
Factor rgb_to_hex, hex_to_int and int_to_hex away from StringMobject and to utils/color
2022-12-19 17:28:22 -08:00
Grant Sanderson
e0e7e24351
Move display_during_execturion call
...
Such that it only gets called when a new svg needs to be written
2022-12-19 17:01:06 -08:00
Grant Sanderson
c2c8149627
Revert "Move display_during_exection associated with Latex rendering"
...
This reverts commit ab470c3ee5
.
2022-12-19 16:54:55 -08:00
Grant Sanderson
a53867d8a1
Fix TexText bug
2022-12-19 16:54:44 -08:00
Grant Sanderson
b2fd22c539
Small cleanups
2022-12-19 16:21:40 -08:00
Grant Sanderson
ab470c3ee5
Move display_during_exection associated with Latex rendering
...
Only have it display when a new SVG is being written
2022-12-19 16:19:43 -08:00
Grant Sanderson
71c9144952
Use io.BytesIO rather than writing to a temp file
2022-12-19 16:03:16 -08:00
Grant Sanderson
8d05431b7b
Add points in reverse order to AngularSector
2022-12-19 14:43:57 -08:00
Grant Sanderson
96d9e41a35
Refresh unit normal on init of brace
2022-12-19 14:43:27 -08:00
Grant Sanderson
2c20a1509e
Remoe height defaults form __init__args of SingleStringTex and String
2022-12-19 14:43:10 -08:00
Grant Sanderson
ef64b90ed3
Allow for default height/width of SVGMobject specified as class variables
2022-12-19 14:42:04 -08:00
Grant Sanderson
f158d3e751
Give unit_normal refreshing the same behavior as triangulation
...
That is, don't actually compute it until it needs to be. This is necessary so that VMobject.append_points can refresh both of those, without effecting SVG initialization.
2022-12-19 14:41:06 -08:00
Grant Sanderson
c330dfddae
Add space
2022-12-19 10:38:06 -08:00
Grant Sanderson
ba93bd0cbf
Replace unit_size with get_unit_size()
2022-12-18 19:52:59 -08:00
Grant Sanderson
3c04ffc513
Better functionality for default axis configuration on coordinate systems
2022-12-18 12:19:26 -08:00
Grant Sanderson
07feb33cbb
Merge pull request #1932 from 3b1b/kill-config
...
Kill config
2022-12-18 10:27:15 -08:00
Grant Sanderson
0433cd727c
Tweak type hints in matrix.py
2022-12-18 09:38:46 -08:00
Grant Sanderson
c96cdf43a1
Make sure mutability of dict arguments won't cause problems
...
One could argue that a pattern of "arg: dict | None = None" followed by "self.param = arg or dict()" is better, but that would make for an inconsistent pattern in cases where the default argument is not None.
2022-12-18 09:38:28 -08:00
Grant Sanderson
3f024175d4
Add check for invalid entries to Mobject.set_points
2022-12-17 19:52:34 -08:00
Grant Sanderson
26ff1a9716
Fix bug associated with GlowDot having None points list
2022-12-17 19:49:04 -08:00
Grant Sanderson
d4a29df99c
Remove needless data["points"] reference
2022-12-17 19:48:47 -08:00
Grant Sanderson
365bb12dce
Change type hints for set_points and append_points to Vect3Array
2022-12-17 19:31:43 -08:00
Grant Sanderson
3e8738de2a
Fix output type of VMobject.get_subpaths_from_points
2022-12-17 18:04:55 -08:00
Grant Sanderson
0e558db122
Add a few type hints to specify VMobject family always consists of VMobjects
2022-12-17 17:03:34 -08:00
Grant Sanderson
1f0427d685
Add height as attribute to SVGMobject
2022-12-17 13:17:12 -08:00
Grant Sanderson
534770180d
Remove stray import
2022-12-17 13:16:55 -08:00
Grant Sanderson
97f28b34f3
Distinguish Vect3 from Vect3Array types
2022-12-17 13:16:48 -08:00
Grant Sanderson
8db20cc460
Small fix
2022-12-16 20:59:14 -08:00
Grant Sanderson
5625f63ca2
Clean up SVG.__Init__ and fix style issue
2022-12-16 20:59:02 -08:00
Grant Sanderson
dec11a4b17
Rename np_vector type to Vect3 or Vect4 to make context clearer
2022-12-16 20:35:26 -08:00
Grant Sanderson
43fd5e1aea
Move custom type to manimlib.typing
2022-12-16 20:19:18 -08:00
Grant Sanderson
c00af3c1bf
Rename config_ops -> dict_ops
2022-12-16 18:59:23 -08:00
Grant Sanderson
2bab16133d
Fix textured path bug
2022-12-16 15:04:15 -08:00
Grant Sanderson
d798f5ebf0
Small bug fix
2022-12-16 15:02:42 -08:00
Grant Sanderson
7510c9808e
expand type for ParametricFunction function
2022-12-16 15:02:35 -08:00
Grant Sanderson
1a0eff05fa
Ensure t_range always has three entries
2022-12-16 15:02:21 -08:00
Grant Sanderson
123f7e5a30
Better default color behavior
2022-12-16 14:48:13 -08:00
Grant Sanderson
15f03dae7b
Small fixes to Axes configuration
2022-12-16 14:47:56 -08:00
Grant Sanderson
c6fc8dcf45
Remove stray import
2022-12-16 11:41:49 -08:00