soft-matter / trackpy-examples

sample images, examples, and speed tests for trackpy
Other
21 stars 43 forks source link

Add "%matplotlib inline" to performance.ipynb, in case pylab not imported on startup #6

Closed nkeim closed 10 years ago

nkeim commented 10 years ago

Should address problem found by @RebeccaWPerry in soft-matter/trackpy#71

danielballan commented 10 years ago

I think we are supposed to use %matplotlib inline now, but @tacaswell would know for sure.

tacaswell commented 10 years ago

Dan is correct, you should not import pylab. It is just a very cluttered namespace.

nkeim commented 10 years ago

Thanks. This makes me feel so old...

Amended the commit and force-pushed.

danielballan commented 10 years ago

Hahaha.