Hello all,

Utter Veusz newbie here, I'm afraid. I have a similar problem to a recent mail (without a solution, I'm afraid) I found in the archives - I need to plot 3 sets of several hundred lines each (for the curious, the data is 2 wavelengths of fluorescence intensity, tracing lineages, from a single engineered bacteria growing to >500 cells in a monolayer as well as another dataset of bacterial morphology by lineage) on the same plot (2 axes). Obviously, manually adding an xy widget for each one is unthinkable, so I need some automated way to to this. I presume I could, in the console, use GetDatasets() to get the dataset names, loop over each dataset with a python loop, and create an xy widget with Add(), but I don't see how to associate the dataset with the xy widget. E.g:

>> for ds in GetDatasets():

... Add("xy", ds) //this doesn't work - the widgets are still named xyXXX

//now what?

If anyone could tell me what the command is to insert data into a widget I'd appreciate it - or if there's some way of figuring it, and future similar issues, out myself so much the better. If it's in the manual I'm just stupid and would appreciate a pointer.

Also, if there's something I'm doing wrong re widget naming help there would be appreciated as well.

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

Répondre à