manim/docs/source
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
..
_static Prepare documentation for translation (#862) 2021-09-24 20:17:43 +08:00
_templates Improve sidebar structure of reference manual (#1778) 2021-07-19 12:19:21 -04:00
changelog Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
contributing note that process is not ready (#2101) 2021-09-29 09:25:14 +02:00
installation Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
reference_index Fixed broken links in inheritance graphs by moving them to `reference.rst` (#2122) 2021-10-01 14:08:22 +02:00
tutorials Add opengl support for --format png output 2021-09-28 18:19:22 +01:00
changelog.rst Prepare new release v0.10.0 (#1989) 2021-09-01 22:39:25 +02:00
conduct.md Added code of conduct (#935) 2021-01-18 19:14:57 +05:30
conf.py Prepare documentation for translation (#862) 2021-09-24 20:17:43 +08:00
contributing.rst Prepare documentation for translation (#862) 2021-09-24 20:17:43 +08:00
examples.rst 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
index.rst Reworked installation instructions (#1949) 2021-08-28 12:50:29 +00:00
installation.rst Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
manim_directive.py Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
plugins.rst Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
reference.rst Fixed broken links in inheritance graphs by moving them to `reference.rst` (#2122) 2021-10-01 14:08:22 +02:00
reporting_bugs.rst Updated Discord links in the docs to point towards a standardized redirect (#1499) 2021-05-13 02:02:35 +02:00
robots.txt Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
tutorials.rst Add a tutorial for using :class:~.Text and :class:Tex (#1510) 2021-06-29 17:26:23 +02:00