[Veusz-discuss] Import data from clipboard and "single x - many y"-plots ?

2011-09-28 Par sujet schnumbl _
Hi together, 1: Is it already possible to import data from the clipboard? If not, would it be possible to write a clipboard import plugin? 2: Is it possible to automatically generate "single x - many y"-plots from a selected data range? And if not, could I extend Veusz with a plugin to support

Re: [Veusz-discuss] Suggestions about Datetime datasets and the Picker

2011-09-28 Par sujet mimisa...@gmail.com
An idea could be to add, beside the picker icon, two drop-down lists: 1. the "target" drop-down listing available datasets where one can decide from which dataset the picker picks points. The drop-down list could also have a "nearest point" reproduce the original picker behavior. 2. the

[Veusz-discuss] Import plugins: how to change dynamically default values of importfields using the getPreview?

2011-09-28 Par sujet mimisa...@gmail.com
Hi all, in an import plugin how can I edit the field values shown in the import dialogue using the getPreview member? I try to explain a bit more my question: in the __init__ member of my import plugin I define the "column" textField where the user can write the names of the data columns to i

Re: [Veusz-discuss] Import data from clipboard and "single x - many y"-plots ?

2011-09-28 Par sujet Jeremy Sanders
On 28/09/11 12:23, schnumbl _ wrote: Hi together, 1: Is it already possible to import data from the clipboard? If not, would it be possible to write a clipboard import plugin? It would be possible. You'd need to use Qt functionality to get access to the clipboard object, however, and ignore