Merged hooke.plugin.plotmanip into hooke.plugin.curve.
authorW. Trevor King <wking@drexel.edu>
Mon, 17 May 2010 18:40:02 +0000 (14:40 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 17 May 2010 18:40:02 +0000 (14:40 -0400)
commit79817246d8730110740511c50ee0a8c02c5afee0
tree9b416d8ab45e3f26cbea76f0e158d33a5ca87218
parent00f2788c5b260721465d3c0127d4d6734c09ef16
parentc107f86419b6d327b5aaf0d83f286e54f4d0625e
Merged hooke.plugin.plotmanip into hooke.plugin.curve.

Also:
  * Fixed a number of typos in hooke.plugin.curve.
  * Rewrote derivative code for Numpy in
    hooke.util.calculus.derivative.
  * Removed FFT code (I'm replacing it with my FFT_tools module
    shortly).
  * Moved v-clamp-specific code into generalvclamp.
  * Moved plotmanips to hooke.plugin.plotmanip holding area.
hooke/plugin/curve.py
hooke/plugin/generalvclamp.py
hooke/plugin/plotmanip.py
hooke/util/calculus.py