manim/tests/control_data/graphical_units_data/plot
leleogere 522b83cdc7
Improved the implementation of :meth:.CoordinateSystem.get_area to work without Riemann rectangles, added new :meth:.CoordinateSystem.get_area_with_riemann_rectangles (#1990)
* Rename old get_area

* Add the new get_area method

* Test file

* Revert "Test file"

This reverts commit 7588d7aba6.

* Fix the gradient coloring

* Add the bounded parameter

* Add an example and reformat the docstring

* Update get_area_with_riemann_rectangles example in the docstring

* Modify the example in the Example Gallery to use the new get_area

* Modify the test for get_area_with_riemann_rectangles and add a test for get_area

* Add the npz for the tests

* Rename bounded parameter in bounded_graph

* Make the function handle different range for graph and bounded_graph

* Use point instead of get_points()

* Make more specific tests

* Change Sequence type to Tuple

Co-authored-by: Hugues Devimeux <36239975+huguesdevimeux@users.noreply.github.com>

* Update an example to enhance the difference between both `get_area` methods

* Fix a bug not taking into acount x_range

* Change the opacity of the area in the example to better see the area

* Fix a bug for non-overlapping ranges

* Add the exception to the docstring

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

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

* Remove `get_area_with_riemann_rectangles` and fix f-strings

* Remove references to `get_riemann_rectangles`

Co-authored-by: Léo Géré <leo.gere@inrae.fr>
Co-authored-by: Léo Géré <gere@etud.insa-toulouse.fr>
Co-authored-by: Hugues Devimeux <36239975+huguesdevimeux@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-10-02 00:00:17 +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 Improved the implementation of :meth:.CoordinateSystem.get_area to work without Riemann rectangles, added new :meth:.CoordinateSystem.get_area_with_riemann_rectangles (#1990) 2021-10-02 00:00:17 +00:00
get_area_with_riemann_rectangles.npz Improved the implementation of :meth:.CoordinateSystem.get_area to work without Riemann rectangles, added new :meth:.CoordinateSystem.get_area_with_riemann_rectangles (#1990) 2021-10-02 00:00:17 +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