manim/tests/control_data/graphical_units_data/plot
Laith Bahodi d184d35b7b
Added examples, tests and improved documentation for coordinate_system.py. (#1941)
* add docs for get_x/y_axis_label and rename first parameter

* privatize methods that need to be private

* adjust docs for axis_labels and add buff parameter

* Add documentation and typing for ComplexPlane

* update point_to_coords docs

* add get_lines_to_point

* add example for coords_to_point

* add docs for get_line_to_point

* add example for get_vert/hori_line

* privatize create_label_tex

* add example for get_axis_labels

* add examples for get_x/y_axis_label

* add example for get_graph_label

* example for riemann rectangles

* add example for input_to_graph_point

* add example for get_area and add kwargs to method

* add doctests to slope_of_tangent + angle_of_tangent

* add example for get_secant_slope_group

* add example to get_vertical_lines_to_graph

* add Examples + touch ups

* add example and warning to get_graph

* pre-PR touchups

* revert accidental changes + fix docs error

* fix doctest

* fix doctest

* switch from dosctrings to code-blocks

* attempt at fixing obscure latex error

* Apply suggestions from code review

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* formatting and general cleanup

* two typos and minor improvement

* add non-graphical tests

* add graphical tests and control data

* fix tests

* more test errors

* add get_z_axis_label

* deprecate get_center_point

* missing return statement on log_func

* Apply suggestions from code review

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* rewrite failing tests

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-08-30 20:21:58 +00:00
..
axes.npz Converted all the graphical tests to the new syntax (Tests PR 3/3). (#1836) 2021-08-01 13:41:14 +02:00
custom_coordinates.npz Allow non-numerical values to be added to :class:~.NumberLine/:class:~.Axes (#1780) 2021-08-01 18:37:58 -04:00
get_area.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_axis_labels.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_derivative_graph.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_graph.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_graph_label.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_line_graph.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_lines_to_point.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_riemann_rectangles.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_x_axis_label.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_y_axis_label.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
get_z_axis_label.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00
plot_functions.npz Removed :class:~.GraphScene, :class:~.NumberLineOld and parameters for :class:~.ChangingDecimal (#1860) 2021-08-04 01:04:18 -04:00
PlotFunctions.npz Add font_size parameter for Tex and Text mobjects. (#1694) 2021-08-26 20:16:55 -04:00
t_label.npz Added examples, tests and improved documentation for coordinate_system.py. (#1941) 2021-08-30 20:21:58 +00:00