manim/docs/source/reference_index
Laith Bahodi 5397d38e10
Implement logarithmic scaling for :class:~.NumberLine/:class:~.Axes (#1812)
* scaling, add differnt scalings, adjust to use x_range, adjust line movement to make it applicable

* kind of ugly solution to make coords_to_point do less pointless calculations

* refactoring and add_labels

* numberplane fix

* make functions scaling-compatible

* decimal_number scaling for the units

* docs for axes

* minor docs changes

* Pre-PR cleaning

* missing bug

* typo

Co-authored-by: Darylgolden <darylgolden@gmail.com>

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

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

* remove redundant add_labels

* move import out of TYPE_CHECKING

* add scale to init.py

* missing underscores

* fix broken test

* fix numberplane line generation for log

* add scale.py to the docs and replace dict outout for custom_labels with a list

* add explanation and default for exclude_origin_tick

* custom labels using .add_coordinates()

* add test, valueerror warning and docs

* add .npz file and adjust docs

* add numberplane log test

* quick docs for ParametricFunction

* add extra condition because None becomes LinearBase too

* flip x and y

* add exclude_origin_tick business for z_axis

* adjust threed test

* improve docs for number line.

* add more docs

* more docs for number line

* pre-merge docs improvements

* fix return types

* attempt to fix weird formatting

* fix questionable doc choice

* l1 != li

* correct the index for 6

* correct the index for 6

Co-authored-by: Darylgolden <darylgolden@gmail.com>
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>
2021-10-29 13:05:31 -04:00
..
animations.rst Fixed broken links in inheritance graphs by moving them to `reference.rst` (#2122) 2021-10-01 14:08:22 +02:00
cameras.rst Fixed broken links in inheritance graphs by moving them to `reference.rst` (#2122) 2021-10-01 14:08:22 +02:00
configuration.rst Flake8 Changes + Fixing Warnings (#1968) 2021-09-03 13:45:48 -04:00
mobjects.rst Fixed broken links in inheritance graphs by moving them to `reference.rst` (#2122) 2021-10-01 14:08:22 +02:00
scenes.rst Removed Extraneous Dots in :class:.Section Documentation (#2217) 2021-10-22 10:59:57 +00:00
utilities_misc.rst Implement logarithmic scaling for :class:~.NumberLine/:class:~.Axes (#1812) 2021-10-29 13:05:31 -04:00