On 04/12/13 22:06, J Lister wrote:
I'm really needing some HDF5 read in support in this. I know many aerospace engineers that would enjoy using this package, but cannot due their data being in HDF5. I would be happy to work on a plug-in or something, but I need more direction.
Ok, I've added some initial HDF support using h5py. The implementation is inspired by Volker's, but it has the ability to import groups of datasets (under their original names) and individual datasets with any name. I think the dialog box works fairly nicely.
Error bar support is currently implemented by using dataset names "foo (+)", "foo (-)" or "foo (+-)" for datasets to add error bars to dataset foo.
You can also provide error bars with a 2D dataset using 2 or 3 columns. In that case you should give your dataset name "bar (1D)".
2D datasets work, but there's no way to provide the x and yrange yet. Maybe some syntax for the name like "bar (xrange=1:2,yrange=1:2)" would work, or I could allow special attributes. 1D text datasets also work.
I don't have support for date datasets - I'm not sure how this should be done yet.
It's pretty untested, but if you'd like to give it a try get it from the import_improvement branch:
https://github.com/jeremysanders/veusz/tree/import_improvement Jeremy _______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
