mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* bump version number * update docs, citation, citation template * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed dependabot from contributor list * generated changelog, second pass * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * generated changelog, third pass * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * generated changelog, fourth pass * regenerated changelog, fifth pass * fixed minor issues in generated changelog * updated translations * added one final PR to the release Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
389 lines
19 KiB
Text
389 lines
19 KiB
Text
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Manim \n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:2
|
||
msgid "Table"
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:4
|
||
msgid "Qualified name: ``manim.mobject.table.Table``"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:1
|
||
msgid "Bases: :py:class:`manim.mobject.types.vectorized_mobject.VGroup`"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:1
|
||
msgid "A mobject that displays a table on the screen."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:4
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_highlighted_cell:10
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:15
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:12
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_col_labels:7
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_columns:7
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:12
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:12
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_highlighted_cell:10
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_horizontal_lines:7
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_labels:7
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_row_labels:7
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_rows:7
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_vertical_lines:7
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:15
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_column_colors:6
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_row_colors:6
|
||
msgid "Examples"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_highlighted_cell:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_highlighted_cell:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_column_colors:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_row_colors:0
|
||
msgid "Parameters"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:62
|
||
msgid "A 2D array or list of lists. Content of the table has to be a valid input for the callable set in ``element_to_mobject``."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:64
|
||
msgid "List of :class:`~.VMobject` representing the labels of each row."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:65
|
||
msgid "List of :class:`~.VMobject` representing the labels of each column."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:66
|
||
msgid "The top-left entry of the table, can only be specified if row and column labels are given."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:68
|
||
msgid "Vertical buffer passed to :meth:`~.Mobject.arrange_in_grid`, by default 0.8."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:69
|
||
msgid "Horizontal buffer passed to :meth:`~.Mobject.arrange_in_grid`, by default 1.3."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:70
|
||
msgid "``True`` if the table should include outer lines, by default False."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:71
|
||
msgid "``True`` if background rectangles should be added to entries, by default ``False``."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:72
|
||
msgid "Background color of entries if ``add_background_rectangles_to_entries`` is ``True``."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:73
|
||
msgid "``True`` if the table should have a background rectangle, by default ``False``."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:74
|
||
msgid "Background color of table if ``include_background_rectangle`` is ``True``."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:75
|
||
msgid "The :class:`~.Mobject` class applied to the table entries. by default :class:`~.Paragraph`. For common choices, see :mod:`~.text_mobject`/:mod:`~.tex_mobject`."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:76
|
||
msgid "Custom configuration passed to :attr:`element_to_mobject`, by default {}."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:77
|
||
msgid "Dict passed to :meth:`~.Mobject.arrange_in_grid`, customizes the arrangement of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:78
|
||
msgid "Dict passed to :class:`~.Line`, customizes the lines of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table:79
|
||
msgid "Additional arguments to be passed to :class:`~.VGroup`."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:14
|
||
msgid "Methods"
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:1
|
||
msgid "Adds a black :class:`~.BackgroundRectangle` to each entry of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_highlighted_cell:1
|
||
msgid "Highlights one cell at a specific position on the table by adding a :class:`~.BackgroundRectangle`."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:1
|
||
msgid "Customized create-type function for tables."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:1
|
||
msgid "Returns one specific cell as a rectangular :class:`~.Polygon` without the entry."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_col_labels:1
|
||
msgid "Return the column labels of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_columns:1
|
||
msgid "Return columns of the table as a :class:`~.VGroup` of :class:`~.VGroup`."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:1
|
||
msgid "Return the individual entries of the table (including labels) or one specific entry if the parameter, ``pos``, is set."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:1
|
||
msgid "Return the individual entries of the table (without labels) or one specific entry if the parameter, ``pos``, is set."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_highlighted_cell:1
|
||
msgid "Returns a :class:`~.BackgroundRectangle` of the cell at the given position."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_horizontal_lines:1
|
||
msgid "Return the horizontal lines of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_labels:1
|
||
msgid "Returns the labels of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_row_labels:1
|
||
msgid "Return the row labels of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_rows:1
|
||
msgid "Return the rows of the table as a :class:`~.VGroup` of :class:`~.VGroup`."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_vertical_lines:1
|
||
msgid "Return the vertical lines of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:1
|
||
msgid "Scale the size by a factor."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_column_colors:1
|
||
msgid "Set individual colors for each column of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:36:<autosummary>:1
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_row_colors:1
|
||
msgid "Set individual colors for each row of the table."
|
||
msgstr ""
|
||
|
||
#: ../../source/reference/manim.mobject.table.Table.rst:38
|
||
msgid "Attributes"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:1:<autosummary>:1
|
||
msgid "Used to animate the application of any method of :code:`self`."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:1:<autosummary>:1
|
||
msgid "The depth of the mobject."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:1:<autosummary>:1
|
||
msgid "If there are multiple colors (for gradient) this returns the first one"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:1:<autosummary>:1
|
||
msgid "The height of the mobject."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:1:<autosummary>:1
|
||
msgid "The width of the mobject."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_background_to_entries:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_highlighted_cell:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_col_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_columns:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_highlighted_cell:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_horizontal_lines:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_row_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_rows:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_vertical_lines:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_column_colors:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_row_colors:0
|
||
msgid "Return type"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_highlighted_cell:3
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:3
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:4
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_highlighted_cell:3
|
||
msgid "The position of a specific entry on the table. ``(1,1)`` being the top left entry of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_highlighted_cell:5
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_highlighted_cell:5
|
||
msgid "The color used to highlight the cell."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.add_highlighted_cell:6
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_highlighted_cell:6
|
||
msgid "Additional arguments to be passed to :class:`~.BackgroundRectangle`."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:3
|
||
msgid "The run time of the line creation and the writing of the elements."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:4
|
||
msgid "The lag ratio of the animation."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:5
|
||
msgid "The animation style of the table lines, see :mod:`~.creation` for examples."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:6
|
||
msgid "The animation style of the table labels, see :mod:`~.creation` for examples."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:7
|
||
msgid "The animation style of the table elements, see :mod:`~.creation` for examples."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:8
|
||
msgid "Further arguments passed to the creation animations."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_col_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_columns:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_horizontal_lines:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_row_labels:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_rows:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_vertical_lines:0
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:0
|
||
msgid "Returns"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.create:11
|
||
msgid "AnimationGroup containing creation of the lines and of the elements."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:5
|
||
msgid "Additional arguments to be passed to :class:`~.Polygon`."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_cell:8
|
||
msgid "Polygon mimicking one specific cell of the Table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_col_labels:3
|
||
msgid "VGroup containing the column labels of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_columns:3
|
||
msgid ":class:`~.VGroup` containing each column in a :class:`~.VGroup`."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:7
|
||
msgid ":class:`~.VGroup` containing all entries of the table (including labels) or the :class:`~.VMobject` at the given position if ``pos`` is set."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries:9
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:9
|
||
msgid "Union[:class:`~.VMobject`, :class:`~.VGroup`]"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:4
|
||
msgid "The position of a specific entry on the table. ``(1,1)`` being the top left entry of the table (without labels)."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_entries_without_labels:7
|
||
msgid ":class:`~.VGroup` containing all entries of the table (without labels) or the :class:`~.VMobject` at the given position if ``pos`` is set."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_horizontal_lines:3
|
||
msgid ":class:`~.VGroup` containing all the horizontal lines of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_labels:3
|
||
msgid ":class:`~.VGroup` containing all the labels of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_row_labels:3
|
||
msgid ":class:`~.VGroup` containing the row labels of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_rows:3
|
||
msgid ":class:`~.VGroup` containing each row in a :class:`~.VGroup`."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.get_vertical_lines:3
|
||
msgid ":class:`~.VGroup` containing all the vertical lines of the table."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:3
|
||
msgid "Default behavior is to scale about the center of the mobject."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:5
|
||
msgid "The scaling factor :math:`\\alpha`. If :math:`0 < |\\alpha| < 1`, the mobject will shrink, and for :math:`|\\alpha| > 1` it will grow. Furthermore, if :math:`\\alpha < 0`, the mobject is also flipped."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:8
|
||
msgid "Additional keyword arguments passed to :meth:`apply_points_function_about_point`."
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.scale:11
|
||
msgid "``self``"
|
||
msgstr ""
|
||
|
||
#: ../../../manim/mobject/table.py:docstring of manim.mobject.table.Table.set_column_colors:3
|
||
msgid "An iterable of colors; each color corresponds to a column."
|
||
msgstr ""
|
||
|
||
|