Grant Sanderson
9c2113648c
Remove unnecessary import
2019-03-19 17:29:36 -07:00
Grant Sanderson
1c868906b9
StreamLine test
2019-03-19 17:29:20 -07:00
Grant Sanderson
d0b2d8ee5e
Small changes to LinearTransformationScene
2019-03-18 14:35:33 -07:00
Grant Sanderson
f2cd7004d7
ode changes
2019-03-18 14:34:49 -07:00
Grant Sanderson
beee6af194
Small changes to Cramer thunmbnail
2019-03-18 14:34:24 -07:00
Grant Sanderson
8f73a652ab
Begin incorporating div_curl vector field functionality into the main library
2019-03-17 06:42:49 -07:00
Grant Sanderson
c31aef2689
Working pendulum
2019-03-17 04:04:40 -07:00
Grant Sanderson
148a4642b2
Merge pull request #477 from 3b1b/ode
...
Ode
2019-03-16 22:15:22 -07:00
Grant Sanderson
646f733f3f
Small animations for a talk
2019-03-16 22:14:36 -07:00
Grant Sanderson
0fdb8aefdf
Start to implement a pendulum
2019-03-16 22:13:55 -07:00
Grant Sanderson
7d9336f9ff
Tweaks to Cramer's rule animations for video publication
2019-03-16 22:13:33 -07:00
Grant Sanderson
dc18845a44
Change lag_ratio defaults
2019-03-16 22:13:09 -07:00
Grant Sanderson
4b5b492ba3
Fix change_student_modes
2019-03-16 22:12:49 -07:00
Grant Sanderson
5a88ad2933
Fix get_det_text
2019-03-16 22:12:31 -07:00
Grant Sanderson
d07c086bec
Fix Laptop
2019-03-16 22:12:12 -07:00
Grant Sanderson
fb99ebaeaf
Change how family is handled for VMobject.fade
2019-03-16 22:11:48 -07:00
Grant Sanderson
bbf7cac78c
Small renaming save_image -> save_final_image, which is more honest
2019-03-16 22:11:19 -07:00
Grant Sanderson
4451e9a265
Fixed configuration of VectorSpaceScene
2019-03-16 22:10:35 -07:00
Ni_Yiyu
2db1dff1cf
Revert "Update README.md"
...
This reverts commit 2d473f3b7b
.
2019-03-17 03:13:07 +08:00
Ni_Yiyu
1ce6727884
Revert "Remove Something..."
...
This reverts commit 2ab2c7b204
.
2019-03-17 03:12:45 +08:00
Ni_Yiyu
2ab2c7b204
Remove Something...
2019-03-17 03:09:11 +08:00
Ni_Yiyu
4d3c511895
Fix Matrix
2019-03-17 03:05:52 +08:00
Ni_Yiyu
2d473f3b7b
Update README.md
...
Adding new documentation instruction link
2019-03-17 01:18:41 +08:00
Grant Sanderson
3e0666aa17
Merge pull request #473 from 3b1b/ode
...
Fix to Matrix
2019-03-13 05:21:54 -07:00
Grant Sanderson
5c79d80187
Fix to Matrix
2019-03-13 05:20:56 -07:00
Grant Sanderson
4ec63f22ee
Beginning ode project
2019-03-12 20:29:23 -07:00
Devin Neal
ac3740145a
Merge pull request #470 from 3b1b/area_fix
...
fix get_anchors for VectorizedPoints
2019-03-10 12:08:27 -07:00
Devin
992d364913
fix get_anchors for VMobjects
2019-03-10 11:56:04 -07:00
Grant Sanderson
c12d1cb548
Merge pull request #469 from ggarza/master
...
Fix alignment of minus sign to numbers
2019-03-08 16:56:11 -08:00
Guillermo Garza
528e2d3195
Fix position of labels on the y-axis
2019-03-08 14:57:45 -06:00
Guillermo Garza
ae1efc6009
Fix alignment of minus sign to numbers
2019-03-08 14:39:47 -06:00
Grant Sanderson
3aca85e47d
Merge pull request #467 from indiejames/Fix-Ellipse-height
...
Fix height setting in Ellipse initialization
2019-03-07 15:44:16 -08:00
Grant Sanderson
1426e0f0a0
Merge pull request #468 from ggarza/master
...
Fix the position of the y-axis label
2019-03-07 15:43:55 -08:00
Guillermo Garza
88b8bf9666
Fix the position of the y-axis label
2019-03-07 15:29:01 -06:00
James Norton
741ed593b2
Fix height setting in Ellipse initialization
2019-03-07 10:44:43 -05:00
Devin Neal
03e832af45
Use upstream repo in docker instructions
2019-03-04 21:48:02 -08:00
Devin Neal
f323a2822c
Merge pull request #454 from jeanimal/revert_cleaned_up_arrow_implementation
...
Move get_length() into TipableVMobject
2019-03-03 12:17:21 -08:00
Jean Whitmore
73a6c2400b
Fixed CurvedArrow constructor by moving get_length() to base class.
...
I moved get_length() from the Line class to the shared base class,
TipableVMobject.
TESTED
python3 -m manim manim_tutorial_P37.py MoreShapes -pl
2019-03-03 07:53:15 -06:00
Jean Whitmore
61dbad5edd
Revert "Reverted Cleaned Up Arrow Implementation (commit d489b5df5c77...)"
...
Undoing my revert of another commit because I found a fix.
This reverts commit cd29ff6e0d
.
2019-03-03 07:42:00 -06:00
Jean Whitmore
50da0b6aae
Merge remote-tracking branch 'upstream/master' into revert_cleaned_up_arrow_implementation
2019-03-02 16:54:10 -06:00
Devin Neal
a47ef5323c
Merge pull request #460 from 3b1b/no_media_dir
...
Don't write media_dir
2019-02-28 13:36:13 -08:00
Devin Neal
8c556f7586
don't write media_dir
2019-02-28 21:18:31 +00:00
Rodrigo Castellon
55c442f8fd
Fixed temp_file_path
to be more specific in adding the "_temp." string to file name ( #458 )
...
fixed for paths with periods in it
2019-02-26 16:52:30 -08:00
Jean Whitmore
cd29ff6e0d
Reverted Cleaned Up Arrow Implementation (commit d489b5df5c77...)
2019-02-24 11:57:02 -06:00
Grant Sanderson
5b1f54a89e
Merge pull request #450 from ProgrammingIncluded/master
...
Fixed SVG parsing error with consecutive C or M coordinates.
2019-02-19 22:29:43 -08:00
ProgrammingIncluded
7c76b7add8
Fixed SVG parsing error with consecutive C or M coordinates.
2019-02-19 21:33:03 -08:00
Grant Sanderson
9e96c4db81
Merge pull request #447 from jeanimal/patch-1
...
Fix Ellipse constructor: 'width' is not defined
2019-02-18 12:45:24 -08:00
jeanimal
2d552e0aa4
Fix Ellipse constructor: 'width' is not defined
...
Constructing an ellipse before gave the error "name 'width' is not defined"
I got this error when running the tutorial at https://github.com/zimmermant/manim_tutorial/blob/master/manim_tutorial_P37.py .
python3 -m manim manim_tutorial_P37.py MoreShapes -pl
Traceback (most recent call last):
File "/Users/jeanwhitmore/Code/python3/manim/manimlib/extract_scene.py", line 153, in main
scene = SceneClass(**scene_kwargs)
File "/Users/jeanwhitmore/Code/python3/manim/manimlib/scene/scene.py", line 52, in __init__
self.construct()
File "manim_tutorial_P37.py", line 33, in construct
ellipse=Ellipse(width=3, height=1, color=RED)
File "/Users/jeanwhitmore/Code/python3/manim/manimlib/mobject/geometry.py", line 319, in __init__
self.set_width(width, stretch=True)
NameError: name 'width' is not defined
After this fix, the Ellipse can be constructed and the animation is generated.
(Another shape is still broken, and I will try to fix that, too.)
2019-02-17 21:34:40 -06:00
Grant Sanderson
b2ad5e2173
Merge pull request #443 from 3b1b/kill-continual-animations
...
Kill continual animations
2019-02-16 12:54:33 -08:00
Grant Sanderson
37164a640e
Tiny bug fix to old_projects/clacks/question.py
2019-02-16 12:49:51 -08:00