Grant Sanderson
413403c904
Whoops, some files were missing from last commit
2018-03-30 12:06:19 -07:00
Grant Sanderson
91cba911f5
Rename radial_gradient_highlight to set_colors_by_radial_gradient
2018-03-30 12:03:52 -07:00
Grant Sanderson
380a87acca
Renamed gradient_highlight to set_color_by_gradient
2018-03-30 11:59:39 -07:00
Grant Sanderson
618590bee1
Renamed 'highlight' to 'set_color'
2018-03-30 11:51:31 -07:00
Grant Sanderson
3ec4d89e10
Renamed DEFAULT_HEIGHT to DEFAULT_PIXEL_HEIGHT
2018-03-30 11:36:06 -07:00
Grant Sanderson
213c615870
Changed camera implementation by renaming space_shape to frame_shape, where its height and width actually correspond to the camera's height and width
2018-03-30 11:34:22 -07:00
Grant Sanderson
e168bfe5ba
Rename SPACE_X_RADIUS to FRAME_X_RADIUS, and added constant FRAME_WIDTH (likewise for all y-coordinate information)
2018-03-30 11:25:37 -07:00
Grant Sanderson
55786e443d
Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing
2018-03-30 11:03:14 -07:00
Ben Hambrecht
feeb9eca49
Merge branch 'master' into eop
2018-03-29 10:03:30 +02:00
Ben Hambrecht
698e79ebea
added x labels
2018-03-29 10:03:00 +02:00
Grant Sanderson
873fa49fbe
Merge pull request #176 from 3b1b/winding-number-grant
...
Winding number grant
2018-03-26 11:02:17 -07:00
Grant Sanderson
033df087ac
Retiring Winding numbers to old_projects
2018-03-26 11:00:55 -07:00
Grant Sanderson
96de3e99ae
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
2018-03-26 11:00:12 -07:00
Grant Sanderson
c4f0c70710
Merge pull request #175 from 3b1b/WindingNumber
...
Winding number
2018-03-26 10:58:29 -07:00
Grant Sanderson
35270949ab
Finishing touches to Winding
2018-03-26 10:57:41 -07:00
Sridhar Ramesh
0190634800
All final changes; the video is done, and it's time to commit and push these
2018-03-25 23:01:22 -07:00
Ben Hambrecht
709b4fbfd7
Playing with Pascal
2018-03-26 00:27:45 +02:00
Dan Waxman
c43915b319
Fixed DoubleArrow Scaling
...
Previously, only one tip was kept as self.tip and was scaled properly. This meant the first part of the solutionw as to create a list of all tips.
After this, the issue was that draw_at_end defaults to True, and is not preserved. So the list is now a tuple of the tip VMobject and its add_at_end property. Since these should be identifical except for position, everything that asked for a property from tip now asks for the same property from the first tip.
This isn't pretty, but it should fix the problem.
2018-03-25 16:21:56 -04:00
Sridhar Ramesh
47fbcfd392
Incremental
2018-03-23 14:40:10 -07:00
Ben Hambrecht
0d20a94c29
histogram can be flashed through horizontally and vertically, linearly or at random
2018-03-23 17:00:12 +01:00
Grant Sanderson
25bc1faab2
Tweaks to some final scenes
2018-03-23 08:51:19 -07:00
Grant Sanderson
f5a02d78fe
Small changes
2018-03-23 08:51:03 -07:00
Ben Hambrecht
52cabaaaf0
Histogram can be flashed through linearly and randomly
2018-03-23 15:08:29 +01:00
Sridhar Ramesh
87a501f37c
Incremental
2018-03-23 04:16:03 -07:00
Ben Hambrecht
bde09dab12
started histogram class
2018-03-23 09:36:04 +01:00
Ben Hambrecht
1a31e08692
Merge branch 'master' into eop
2018-03-23 08:30:21 +01:00
Grant Sanderson
6413e6a32d
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
2018-03-22 15:02:53 -07:00
Grant Sanderson
9e1b6864f1
Merge pull request #172 from 3b1b/WindingNumber
...
Winding number
2018-03-22 15:02:44 -07:00
Sridhar Ramesh
b69d8a9f97
Incremental
2018-03-22 15:02:20 -07:00
Grant Sanderson
6cde4263fe
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
2018-03-22 15:01:29 -07:00
Grant Sanderson
d16723fbdd
ShowComplexNumber Scene
2018-03-22 12:54:13 -07:00
Sridhar Ramesh
66339b1eb0
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-03-22 12:03:20 -07:00
Sridhar Ramesh
dccdca41b2
Incremental
2018-03-22 11:54:08 -07:00
Grant Sanderson
a43a2e3a49
Merge pull request #171 from 3b1b/winding-number-grant
...
Winding number grant
2018-03-22 11:53:05 -07:00
Grant Sanderson
048fdb6ca4
Merge branch 'master' of github.com:3b1b/manim into winding-number-grant
2018-03-22 11:52:06 -07:00
Sridhar Ramesh
13cf7b9dd8
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-03-22 11:06:59 -07:00
Grant Sanderson
5f8737cd46
End message animations
2018-03-22 11:06:28 -07:00
Grant Sanderson
552e051d98
Tiny change to PatreonEndScreen
2018-03-22 11:06:20 -07:00
Grant Sanderson
c42148c195
Changed default behavior of VMobject.set_fill from setting opacity to 1 if nothing was specified and it started at 0
2018-03-22 11:05:35 -07:00
Grant Sanderson
744c813ec0
Tiny change
2018-03-21 13:41:38 -07:00
Grant Sanderson
ad330cc95b
TransitionFromPathsToBoundaries
2018-03-21 13:41:15 -07:00
Grant Sanderson
1972874115
Small fix to TexMobject.add_background_rectangle
2018-03-21 13:40:52 -07:00
Grant Sanderson
b968f13faa
MonomialTerm
2018-03-20 18:22:36 -07:00
Sridhar Ramesh
36aade767c
Merge branch 'master' of https://github.com/3b1b/manim into WindingNumber
2018-03-20 17:37:39 -07:00
Sridhar Ramesh
10637e1d97
BFS now implemented on EquationSolver2d
2018-03-20 17:35:57 -07:00
Sridhar Ramesh
b58b771678
EquationSolver2d restructure, en route to implementing BFS
2018-03-20 17:19:29 -07:00
Grant Sanderson
069b34f17c
Merge pull request #169 from 3b1b/WindingNumber
...
Incremental
2018-03-20 16:58:31 -07:00
Sridhar Ramesh
739807cb66
Incremental
2018-03-20 16:57:06 -07:00
Grant Sanderson
973063f9b7
Added SearchSpacePerimeterVsArea
2018-03-20 16:32:47 -07:00
Grant Sanderson
bc53abc4cb
Added PathContainingZero scene
2018-03-20 13:44:51 -07:00