Skip to content

Commit 75ef262

Browse files
committed
added review10 to chapter13
1 parent 799a0c7 commit 75ef262

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Chapter13/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,6 @@ How do you color and label a graphed function?
9595

9696
## [Review 9](review/09.txt)
9797
What do we mean when we say that a series approximates a function?
98+
99+
## [Review 10](review/10.txt)
100+
Why would you sketch out the layout of a graph before writing the code to draw it?

Chapter13/review/10.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
So that we can get a schematic view of the overall look of our graph,
2+
and we can store offsets and spacings in symbolic constants that makes
3+
it easier to calculate exact coordinates inside our graphing area.
4+
5+
And afterall, it would be hard to code something,
6+
that we don't even understand the design of.

0 commit comments

Comments
 (0)