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.
1 parent 50a5511 commit 443a88aCopy full SHA for 443a88a
Chapter13/README.md
@@ -89,3 +89,6 @@ What is a default argument and when would you use one?
89
90
## [Review 7](review/07.txt)
91
How do you add functions together?
92
+
93
+## [Review 8](review/08.txt)
94
+How do you color and label a graphed function?
Chapter13/review/08.txt
@@ -0,0 +1,2 @@
1
+We can color a graphed function by using its member function, void set_color(Color),
2
+and we can label it using a separate Text object, placed wherever we would like.
0 commit comments