On 11/12/11 23:23, Benjamin K. Stuhl wrote:
A big one: Matlab .mat files. The most recent versions of MATLAB save as HDF5 -- so that would definitely be useful -- but older versions are a custom format. scipy.io has support for loading them. (And also support for loading IDL .sav files, which might also be useful.)
I see scipy.io can do matlab and IDL, but I suspect it might be hard shipping the whole of scipy in the binary versions, especially as at least some of it requires a compiler.
Some way to draw error bands on a function or fit plot? Also, either possibly exposing more error analysis functionality in the fit widget or perhaps as a plugin which optionally _creates_ a fit widget?
I think a proper fitting dialog would be nice, too.
FFT would definitely be useful. Another (easy) one is a sorting plugin, i.e. sort N dependent datasets and one independent dataset by the independent dataset. (Right now, if you want to merge multiple datasets, the only decent way is by writing python code; with a sort plugin you could just catenate and then sort -- although it might be worth having a merge plugin that does just that, as well.)
Sounds good. Jeremy _______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
