manim/tests/test_graphical_units/control_data/probability
Laith Bahodi 149479f913
Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387)
* rebase

* fixed None bar_names

* fixed scale issues

* fixed to accept negative bar values

* fixed some bugs

* Added docs for parameters (DRAFT)

* clean up parameters

* more clean up

* clean up __init__

* replace add_x_labels with built-in functionality

* adjust default font_size for labels

* Update docs descriptions

* Add bar_width and adjust get_bar_labels

* Add bar_width and adjust get_bar_labels

* Add docs to class and methods

* remove unecessary imports

* remove getters

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

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

* Attempt to fix duplicated parameters section

* adjust BarChart example to include title

* switch order around

* change_bar_values

* back to get_bar_values

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

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

* add docs for _update_default_config and fix method

* remove print(dicts)

* allow negative_numbers to work with bar chart

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

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

* allow negative numbers to work with change_bar_values

* add test_probability.py

* add control data

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

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

* change example

* update examples again

* rewrite test

* rewrite other test

* remove comma after list in example

* improve wording in docs

* add parameter/docs for label_constructor

* change create_label_tex and update methods

* update docs

* use decimal number

* switch default to Tex

* update instances of create_label_tex in coordinate_systems.py

* hardcode for add_labels

* add TODO

* use label_constructor

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

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

* fix indentation in docs

* Fix minor doc typo

Co-authored-by: Led Me Explain <ledmeexplain@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-01-16 09:05:50 -05:00
..
advanced_customization.npz Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00
change_bar_values_negative.npz Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00
change_bar_values_some_vals.npz Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00
default_chart.npz Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00
get_bar_labels.npz Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00
label_constructor.npz Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00
negative_values.npz Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00