We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c9da1 + 4f0709a commit 2982c79Copy full SHA for 2982c79
manim/camera/camera.py
@@ -1228,6 +1228,7 @@ class BackgroundColoredVMobjectDisplayer:
1228
camera
1229
Camera object to use.
1230
"""
1231
+
1232
def __init__(self, camera: Camera):
1233
self.camera = camera
1234
self.file_name_to_pixel_array_map = {}
manim/mobject/table.py
@@ -209,7 +209,6 @@ def __init__(
209
line_config: dict = {},
210
**kwargs,
211
):
212
-
213
self.row_labels = row_labels
214
self.col_labels = col_labels
215
self.top_left_entry = top_left_entry
0 commit comments