manim/tests/module/mobject
Frédéric Crozatier c98f3c786c
Added :class:.DiGraph, a mobject representing directed graphs (#2974)
* Directed graphs

* use type instead of isinstance

* respect object boundary

* refactor graph with GenericGraph

* update tests

* fix doc string

* custom tips override default, and more documentation

* improve docstring situation, move examples to concrete classes

* further improve docstrings

* refactor: remove graph_type, simplify handling of tip_config

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

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

* removed superfluous import

* fixed two tests

---------

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-06 13:40:23 +02:00
..
geometry Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
graphing [pre-commit.ci] pre-commit autoupdate (#3141) 2023-02-07 01:52:17 +01:00
mobject Speed up width/height/depth by reducing copying (#3180) 2023-03-28 21:03:03 +02:00
svg Reduce memory allocations when building SVGMobject (#3182) 2023-03-28 20:48:29 +02:00
text Always use `/` when calling LaTeX (#3061) 2022-12-06 13:17:15 +01:00
types/vectorized_mobject Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_boolean_ops.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00
test_graph.py Added :class:.DiGraph, a mobject representing directed graphs (#2974) 2023-04-06 13:40:23 +02:00
test_value_tracker.py Refactor tests (#2866) 2022-07-09 21:10:30 +00:00