From 542ea688241b3adf7d62c3888d145d4f2999838e Mon Sep 17 00:00:00 2001 From: Kolloom Date: Fri, 14 Jun 2019 23:08:03 -0500 Subject: [PATCH] Fix wording --- docs/source/coordinate.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/coordinate.rst b/docs/source/coordinate.rst index 2053b8dc..cbc27a33 100644 --- a/docs/source/coordinate.rst +++ b/docs/source/coordinate.rst @@ -1,7 +1,7 @@ Coordinate ========== -The scene in manim is made up by 8 x 14 grid. The grid is addressed using a numpy +By default, the scene in manim is made up by 8 x 14 grid. The grid is addressed using a numpy array in the form of [x, y, z]. For 2D animations only the x and y axes are used. .. code-block:: python @@ -29,7 +29,7 @@ array in the form of [x, y, z]. For 2D animations only the x and y axes are used .. note:: - You can place objects outside this boundary, just that it won't show up in the render. + You can place objects outside this boundary, but it won't show up in the render. Using Coordinates -----------------