diff --git a/files/images/Bubbles_speech.svg b/files/images/Bubbles_speech.svg
new file mode 100644
index 00000000..173ebf35
--- /dev/null
+++ b/files/images/Bubbles_speech.svg
@@ -0,0 +1,11 @@
+
+
+
diff --git a/files/images/Bubbles_thought.svg b/files/images/Bubbles_thought.svg
new file mode 100644
index 00000000..c77ebca4
--- /dev/null
+++ b/files/images/Bubbles_thought.svg
@@ -0,0 +1,18 @@
+
+
+
diff --git a/topics/number_line.py b/topics/number_line.py
index 479805b3..6f56af6f 100644
--- a/topics/number_line.py
+++ b/topics/number_line.py
@@ -337,7 +337,7 @@ class NumberPlane(VMobject):
return self
def apply_function(self, function, maintain_smoothness = True):
- SVGMobject.apply_function(self, function, maintain_smoothness = maintain_smoothness)
+ VMobject.apply_function(self, function, maintain_smoothness = maintain_smoothness)