Commit graph

12 commits

Author SHA1 Message Date
Grant Sanderson
b37f212349 Moved topics/functions.py to mobject/, and moved topics/graph_scene.py to scene 2018-03-31 19:05:53 -07:00
Grant Sanderson
78e37b0f7c moved number_line.py to mobject/ 2018-03-31 19:00:26 -07:00
Grant Sanderson
fc3dc64805 Refactor many definitions out of topics and into folders within mobject 2018-03-31 18:05:02 -07:00
Grant Sanderson
0978984541 Reorganized animations folder. Warning: While I tried to be systematic, there is a decent chance this will cause import errors somewhere. 2018-03-31 15:11:35 -07:00
Grant Sanderson
8fae39fe82 Refactored helpers.py into a folder of various util files 2018-03-30 18:19:23 -07:00
Grant Sanderson
618590bee1 Renamed 'highlight' to 'set_color' 2018-03-30 11:51:31 -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
Sridhar Ramesh
1082d04b7f Added point_to_coords method to graph_scene. Also, modified MOVIE_DIR in constants.py 2018-01-08 17:24:54 -08:00
Grant Sanderson
6025a0490a Preliminary end to highD project 2017-08-10 13:46:57 -07:00
Grant Sanderson
c5e18f4eef Some refactor of NumberPlane. Quite likely breaks some old_projects 2017-05-23 13:17:31 -07:00
Grant Sanderson
2c121a0ba7 Finished with full Essence of Calculus project 2017-05-08 08:20:14 -07:00
Renamed from eoc/graph_scene.py (Browse further)