AllenDowney / ThinkDSP

Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
https://allendowney.github.io/ThinkDSP/
3.93k stars 3.2k forks source link

Production issues #24

Closed AllenDowney closed 5 years ago

AllenDowney commented 8 years ago

phi gets rendered differently in different contexts.

For example, on page 31, phi looks different in an exponent or inline.

One option is to use exp() as a function everywhere, rather than e^{exponent}

AllenDowney commented 8 years ago

Exercises at the end of chapters are currently labeled Examples

AllenDowney commented 8 years ago

Figures containing a single graph are a little too big. The ones containing multiple graphs are too small.

AllenDowney commented 8 years ago

Figure placement needs tuning.

AllenDowney commented 8 years ago

Figures 11-2 and 11-5 exceed the bounds of the page.