mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* enhancement(ParametricFunction, CoordinateSystem, Axes, NumberLine): vectorized coords_to_points,plot,plot_parametric_function; added Numberline:number_to_point_array * test(plot_log_x_axis_vectorized): added test for vectorized plotting * extend(angle_of_vector): added test for angle_of_vector with ndarray as input * fix(frames_comparison): fix naming of test data to be able to write and read the file name because ':' is forbidden * test(plot): add more vectorized tests, added use_vectorized fixture to make life simpler * fix(coordinate_system,number_line,scale): vectorizing functions and fixing bugs * enhancement(NumberLine): vectorized number_to_point and added test * enhancement(NumberLine): added tests for point_to_number, added example to doc * enhancement(CoordinateSystem): added test for coords_to_point_vectorized and vectorized coords_to_point * enhancement(Axes): vectorized point_to_coords and added tests * Minor formatting fixes and doctests * fixed flake hint with generator expression * Create __init__.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update documentation for antiderivative * Update manim/mobject/graphing/coordinate_systems.py Co-authored-by: Raghav Goel <raghavgd2h@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update manim/mobject/graphing/coordinate_systems.py Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Update manim/mobject/graphing/coordinate_systems.py Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Update manim/mobject/graphing/functions.py Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Update manim/mobject/graphing/coordinate_systems.py Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Update manim/mobject/graphing/coordinate_systems.py Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * fixed wrong indentation * stop doctest from leaking change in global config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change code block type * [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: Raghav Goel <raghavgd2h@gmail.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> |
||
|---|---|---|
| .. | ||
| axes.npz | ||
| axis_tip_custom_width_height.npz | ||
| axis_tip_default_width_height.npz | ||
| custom_coordinates.npz | ||
| get_area.npz | ||
| get_area_with_boundary_and_few_plot_points.npz | ||
| get_area_with_riemann_rectangles.npz | ||
| get_axis_labels.npz | ||
| get_graph_label.npz | ||
| get_lines_to_point.npz | ||
| get_riemann_rectangles_use_vectorized[False].npz | ||
| get_riemann_rectangles_use_vectorized[True].npz | ||
| get_x_axis_label.npz | ||
| get_y_axis_label.npz | ||
| get_z_axis_label.npz | ||
| log_scaling_graph.npz | ||
| plot_derivative_graph_use_vectorized[False].npz | ||
| plot_derivative_graph_use_vectorized[True].npz | ||
| plot_functions_use_vectorized[False].npz | ||
| plot_functions_use_vectorized[True].npz | ||
| plot_line_graph.npz | ||
| plot_use_vectorized[False].npz | ||
| plot_use_vectorized[True].npz | ||
| PlotFunctions.npz | ||
| polar_graph.npz | ||
| t_label.npz | ||