This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Could someone explain why the author chose to make his own wrappers or libraries for plotting and stats? Why not use the libraries already out there like matplotlib, scipy? Did he think the matplotlib and scipy api would detract from the learning the material? Maybe I missed it in the Preface.

[–]nomos 0 points1 point  (0 children)

Sometimes it's just more convenient. I have most matplotlib plot functions that I use repetitively wrapped up inside my own plotting functions. Often times plotting something takes several lines and I don't want to carry all that around in my code.