Grant Sanderson
|
3e34c29509
|
Bug fix to PiCreatureScene handling bubbles
|
2018-01-25 23:50:32 -08:00 |
|
Grant Sanderson
|
ad4ceb3f1a
|
A few bits of cleanup
|
2018-01-24 16:09:37 -08:00 |
|
Grant Sanderson
|
b3d6ab9d47
|
Added background rectangle to DecimalNumber
|
2018-01-24 08:55:26 -08:00 |
|
Grant Sanderson
|
a389e5353f
|
Extended DecimalNumber to handles complex numbers and background rectangles
|
2018-01-23 13:42:18 -08:00 |
|
Grant Sanderson
|
eabe989eda
|
Resolved a few merge conflicts
|
2018-01-23 12:18:19 -08:00 |
|
Grant Sanderson
|
6eee427c5e
|
Merge branch 'master' into lighthouse
|
2018-01-23 12:08:27 -08:00 |
|
Ben Hambrecht
|
2cbf016dff
|
Merge branch 'master' into lighthouse
# Conflicts:
# topics/geometry.py
|
2018-01-23 21:05:35 +01:00 |
|
Grant Sanderson
|
0c7698da55
|
Added ability to give a unit to a decimal, and changing decimal
|
2018-01-23 12:04:56 -08:00 |
|
Ben Hambrecht
|
66e001d77a
|
Added units to DecimalNumer
|
2018-01-23 10:53:24 -08:00 |
|
Grant Sanderson
|
9b400c322e
|
Scoped out WhiteComplexExponentialExpression of fourier
|
2018-01-22 21:58:26 -08:00 |
|
Ben Hambrecht
|
c7f92d53cd
|
Arcs can now have arrows on both sides
|
2018-01-22 16:30:07 -08:00 |
|
Ben Hambrecht
|
6e1c84a305
|
Arcs can now have tips on either side
Todo: tips on both sides, eliminate overshoot
|
2018-01-22 16:07:53 -08:00 |
|
Ben Hambrecht
|
1d6d3b3717
|
Added methods for centering Arcs and Sectors and for their stop_angle
|
2018-01-22 16:01:33 -08:00 |
|
Ben Hambrecht
|
75fcb30e77
|
Renaming
line_to_number_vect -> label_direction
|
2018-01-22 14:41:05 -08:00 |
|
Ben Hambrecht
|
ad6a05074b
|
Merge branch 'master' into lighthouse
|
2018-01-22 11:55:19 -08:00 |
|
Grant Sanderson
|
5780998115
|
Changed configuration setup for Broadcast
|
2018-01-21 23:32:25 -08:00 |
|
Ben Hambrecht
|
a04a8635a7
|
Reworked default π creature's kwargs
|
2018-01-21 18:35:03 -08:00 |
|
Grant Sanderson
|
e922f4980f
|
Further fourier progress
|
2018-01-20 19:31:43 -08:00 |
|
Grant Sanderson
|
c5b0e26090
|
Addressed places which depended on rotate being about the origin
|
2018-01-20 13:14:17 -08:00 |
|
Ben Hambrecht
|
7598f469c0
|
Corrected get_arc_center()
|
2018-01-19 17:30:39 -08:00 |
|
Ben Hambrecht
|
f77581170d
|
Merge branch 'master' into basel
|
2018-01-18 18:25:21 -08:00 |
|
Grant Sanderson
|
eb149bef2e
|
Fixed the bug with negative 0 displaying
|
2018-01-18 18:20:38 -08:00 |
|
Grant Sanderson
|
7cbc83df20
|
Improved how functions are drawn
|
2018-01-18 16:46:38 -08:00 |
|
Ben Hambrecht
|
2c03f2fd6f
|
Merge branch 'master' into basel
|
2018-01-18 15:06:59 -08:00 |
|
Ben Hambrecht
|
a9542e0ba3
|
Progress on Basel problem
|
2018-01-18 15:06:38 -08:00 |
|
Grant Sanderson
|
3041f591d2
|
Further fourier progress
|
2018-01-18 13:33:48 -08:00 |
|
Grant Sanderson
|
fe309ed343
|
Fixed how NumberLine leftmost_tick is chosen
|
2018-01-18 11:01:24 -08:00 |
|
Grant Sanderson
|
1332ec9ed1
|
Minor cleanups
|
2018-01-17 22:18:05 -08:00 |
|
Grant Sanderson
|
543d8cb92d
|
Fixed ChangingDecimal bug based on new scene+mobject structure
|
2018-01-17 22:17:05 -08:00 |
|
Grant Sanderson
|
024a9dd3d4
|
Removed separate_moving_and_static from scenes in place of cleaner get_moving_mobjects approach
|
2018-01-17 22:13:38 -08:00 |
|
Grant Sanderson
|
dcb28791c4
|
Merge branch 'master' of github.com:3b1b/manim
|
2018-01-17 16:04:38 -08:00 |
|
Grant Sanderson
|
f64c076e7e
|
Changed how functions are applied to vectorized mobjects to handle smoothness issues more cleanly
|
2018-01-17 16:04:07 -08:00 |
|
Ben Hambrecht
|
a236e33e50
|
working on basel
|
2018-01-17 15:18:02 -08:00 |
|
Grant Sanderson
|
cd2257ad65
|
Improved Arc, and added Sector
|
2018-01-17 15:12:39 -08:00 |
|
Grant Sanderson
|
d586b7faf2
|
Changed name ChangingDecimalToValue to ChangeDecimalToValue
|
2018-01-16 15:51:19 -08:00 |
|
Grant Sanderson
|
c983c08563
|
Added ChangingDecimalToValue to numerals
|
2018-01-16 15:49:24 -08:00 |
|
Grant Sanderson
|
330cc0cd95
|
Moved nn/ to old_projects
|
2018-01-16 13:15:14 -08:00 |
|
Ben Hambrecht
|
9f977fd23e
|
double drawing of elongated ticks fixed
|
2018-01-16 12:25:50 -08:00 |
|
Grant Sanderson
|
f223ffa772
|
Added some more functionality to Axes
|
2018-01-16 09:44:51 -08:00 |
|
Grant Sanderson
|
407d72bb94
|
Finally changed to
|
2018-01-15 19:15:05 -08:00 |
|
Grant Sanderson
|
728947a5c6
|
Merge branch 'master' of github.com:3b1b/manim
|
2018-01-15 18:50:11 -08:00 |
|
Grant Sanderson
|
0da39a421e
|
A few changes during Fourier project
|
2018-01-15 18:49:58 -08:00 |
|
Ben Hambrecht
|
0f50eee179
|
typo changes
|
2018-01-15 18:27:52 -08:00 |
|
Grant Sanderson
|
ec1afdbb83
|
Made it easier to configure axes in Axes mobject
|
2018-01-15 14:28:57 -08:00 |
|
Grant Sanderson
|
6de931968e
|
Small bug fix
|
2018-01-13 15:51:04 -08:00 |
|
Grant Sanderson
|
ffcd9b5767
|
Changed the defaults for where animations are written, and where images for ImageMobject and SVGMobject are sought after
|
2018-01-12 13:38:25 -08:00 |
|
Grant Sanderson
|
0b595ed5f5
|
Improved behavior of Axes.get_graph
|
2018-01-12 12:37:38 -08:00 |
|
Grant Sanderson
|
2745f25855
|
Added Broadcast to objects.py, though it's unclear where it should go.
|
2018-01-11 18:13:35 -08:00 |
|
Grant Sanderson
|
32eb1a46d4
|
Added coords_to_point and get_graph to Axes
|
2018-01-11 18:12:58 -08:00 |
|
Sridhar Ramesh
|
0ce1a528c6
|
Added Surround method to MObject, as well as special-case implementation of it to Circle
|
2018-01-10 17:57:22 -08:00 |
|