On 4/17/2012 2:24 PM, romain wrote:
First of all, congratulations for this nice tool that is Veusz!
I have been looking for this kind of software for a long time.

I already made dataset plugins to modify data import from a water product
laboratory, especially to synchronize and filter datas stored separately
following timestamp value on csv files. By the way, the wiki page was a big 
help.

I'm now trying to add a tool plugin that modify widgets like shapes and lines,
according to the datasets I have imported. The goal is to automatically
visualize if the values imported follow or not special requirements (e.g.
maximum value and duration of a peak on a curve).
This is where I stumble because I'm trying to call datas from an existing
dataset inside the "apply" function of a tool plugin. Any tip one that matter?

Hi Romain,
If I understand correctly that you just want to get the contents of a dataset with a given name, you should be able to do that using the |interface| object, i.e. interface.GetData(datasetName). The |interface|
object has methods for all of the commands listed in the manual.

Regards,
-- BKS

_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss

Répondre à