mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| control_data | ||
| helpers | ||
| interface | ||
| miscellaneous | ||
| module | ||
| opengl | ||
| test_graphical_units | ||
| test_logging | ||
| test_plugins | ||
| test_scene_rendering | ||
| utils | ||
| __init__.py | ||
| assert_utils.py | ||
| conftest.py | ||
| standard_config.cfg | ||
| template_generate_graphical_units_data.py | ||
| test_camera.py | ||
| test_code_mobject.py | ||
| test_config.py | ||
| test_ipython_magic.py | ||