manim/tests
Simon Ellmann ac1ee9a683
Fix axes plotting bug with logarithmic x-axis (#2548)
* Fix axes plotting bug with logarithmic x-axis

The scaling function was not applied to the last x-value to be evaluated,
resulting in a wrong point of the function plot and a weird line from
the second-last to the last point when using a scaled x-axis.

* Add graphical unit test

Co-authored-by: icedcoffeeee <83535735+icedcoffeeee@users.noreply.github.com>
2022-02-16 11:55:59 +01:00
..
control_data Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
helpers Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
opengl Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_graphical_units Fix axes plotting bug with logarithmic x-axis (#2548) 2022-02-16 11:55:59 +01:00
test_logging Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_plugins Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_scene_rendering Fixed certain unicode characters in users' paths causing issues on Windows (#1547) 2022-02-15 09:52:43 +01:00
utils Removed unused imports (#2503) 2022-01-30 14:31:45 +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_animate.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_auto_zoom.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_axes_shift.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_boolean_ops.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_color.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_commands.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_composition.py Fixed animations introducing or removing objects (#2396) 2022-01-23 09:56:44 +08:00
test_config.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_coordinate_system.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_copy.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_deprecation.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_family.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_file_ops.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_get_set.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_graph.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_hashing.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_ipython_magic.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_markup.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_mobject.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_number_line.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_numbers.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_opengl_metaclass.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_override_animation.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_scene.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_set_attr.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_sound.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_space_ops.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_stroke.py Change color, stroke_color and fill_color fields to properties (#2332) 2022-01-29 07:30:59 +08:00
test_svg_mobject.py Change color, stroke_color and fill_color fields to properties (#2332) 2022-01-29 07:30:59 +08:00
test_texmobject.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_text_mobject.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_threed_scene.py Fixed :meth:.ThreeDCamera.remove_fixed_orientation_mobjects (#2487) 2022-02-09 11:57:22 +00:00
test_ticks.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_unit_geometry.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_units.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_value_tracker.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_vectorized_mobject.py Improve performance for :meth:~become (#2508) 2022-01-29 19:46:14 +08:00
test_version.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00