manim/tests
Alex Lembcke 4f42ad5664
Enabled filling color by value for :class:.OpenGLSurface, replaced `colors keyword argument of :meth:.Surface.set_fill_by_value with colorscale` (#2186)
* Enable filling color by value for OpenGLSurface.

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

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

* Added doc string and removed unused deprecated_params

* Added docstring and made method private.

* Fixed spelling error.

* Update manim/mobject/types/opengl_surface.py

Agreed.

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

* Fixed typings

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

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

* Added None type as part of color checking

* Another attempt at fixing the color typings

* Made some of the requested modifications.

* Fixed failing tests.

* Added tests for Cairo method.

* One minor change to test plot_surface.

* Fixed typo in docstring.

* Removed passing in of axes.

* Removed axes in tests.

* Fixed typo, mixed up u and v.

* Fixed docstring typo, updated format to recommended.

* Fixed one more typo in docstring.

* One last time editing the docstring.

* Add deprecation import to opengl_surface.

* Added import for Surface and OpenGLSurface to coordinate_systems.

* Hoping this fixes the example for the docs.

* Addes colorscale_axis to plot_surface

* Forgot to update the docstring.

* added proper deprecation, made change temporarily backwards compatible

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

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

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>
Co-authored-by: Tristan Schulz <mrdiverlp@gmail.com>
2022-07-13 18:44:12 +02:00
..
control_data Fix bug introduced in Tex rendering via #2574 (#2587) 2022-03-05 22:28:01 +00:00
helpers Migrate from os.path to pathlib in Testing Scripts (#2685) 2022-04-24 10:48:11 +00:00
interface Fixed issue with `manim init scene SCENE_NAME filename.py and removed necessity of main.py` to be present in working directory (#2870) 2022-07-12 22:21:31 +02:00
miscellaneous Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
module Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
opengl Replace assert with np.testing assertions (#2743) 2022-06-07 11:39:35 +00:00
test_graphical_units Enabled filling color by value for :class:.OpenGLSurface, replaced `colors keyword argument of :meth:.Surface.set_fill_by_value with colorscale` (#2186) 2022-07-13 18:44:12 +02:00
test_logging Fixed a File logging bug and some maintenance (#2546) 2022-03-30 16:43:04 +02:00
test_plugins Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_scene_rendering Use tempconfig for every scene render (#2567) 2022-07-12 22:22:32 +02:00
utils Migrate from os.path to pathlib in Testing Scripts (#2685) 2022-04-24 10:48:11 +00:00
__init__.py CI: Add support for using Opengl in Subprocess (Windows) (#1987) 2021-08-31 13:16:20 +01:00
assert_utils.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
conftest.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
standard_config.cfg Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
template_generate_graphical_units_data.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_camera.py Allow using :meth:.MovingCamera.auto_zoom without animation (#2693) 2022-04-22 23:07:52 +02:00
test_code_mobject.py Fix Code mobject wrong indentation (#2725) 2022-05-23 21:05:54 +00:00
test_config.py Replace assert with np.testing assertions (#2743) 2022-06-07 11:39:35 +00:00
test_ipython_magic.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00