[Veusz-discuss] Match property of axis widget

2014-11-03 Par sujet mimisa...@gmail.com
Hi Jeremy, what is the Match property of the axis widget for? How does it work? I post here my question because I couldn't find an explanation in the manual. Thanks and please keep on veuszing! Ciao, Valerio. ___ Veusz-discuss mailing list

[Veusz-discuss] Different save behaviour between v1.19 and later versions

2014-02-12 Par sujet mimisa...@gmail.com
Hi all, I fear I need a little explanation... I wrote an import plugin to import a text file, it worked fine till version 1.19 and the corresponding line in the saved .vsz document was: ImportFilePlugin(u'MUSP W7500HA furnace import plugin', u'../../filename.txt', linked=True, prefix=u'07_',

[Veusz-discuss] Possible bug in read data points on the graph

2012-12-08 Par sujet mimisa...@gmail.com
Hi all, when I have an x axis set to datetime and I pick a point on the graph with the mouse in the status bar I get the datetime value in isoformat and all is ok, but if then I move with arrow keys, the x value is shown as a float value and not in isoformat. I use Veusz 1.16 from the git.

[Veusz-discuss] Suggestion - chop multiple datasets

2012-06-05 Par sujet mimisa...@gmail.com
I often use Split\chop to chop many datasets using the same starting index and maximum number of datapoints. It would be great if I could chop all the datasets at a time selecting them with a + button like in add o join. Ciao, Valerio. ___

Re: [Veusz-discuss] Capture vs reload

2012-05-16 Par sujet mimisa...@gmail.com
and capture should be visible in the taskbar. Ciao, Valerio. On 15/05/2012 17:20, Jeremy Sanders wrote: On 14/05/12 19:30, mimisa...@gmail.com wrote: Since I need to show only the last 1000 lines of my log file, I think that the capture feature should fit perfectly my needs. I tried it some

[Veusz-discuss] Capture vs reload

2012-05-14 Par sujet mimisa...@gmail.com
Hi all, I'm using Veusz to show some process data from a laboratory furnace on an old PC running win XP. The data are acquired from the serial port and logged to a csv file (a standard Veusz file with the descriptor row) updated about once per second. I have a single log file per workday.

[Veusz-discuss] possible misspell in veusz_main line 184

2011-09-29 Par sujet mimisa...@gmail.com
line 184 is in veusz_main: spash = None probably it should be splash=None Ciao, Valerio. ___ Veusz-discuss mailing list Veusz-discuss@gna.org https://mail.gna.org/listinfo/veusz-discuss

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

2011-09-28 Par sujet mimisa...@gmail.com
point coordinates Log to new datasetcreates a new dataset to store the coordinates of the picked points Ciao, Valerio. On 16/09/2011 17:46, Benjamin K. Stuhl wrote: On 9/12/2011 12:38 PM, Jeremy Sanders wrote: On 12/09/11 18:20, mimisa...@gmail.com wrote: In my opinion it would

[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

Re: [Veusz-discuss] Import plugin - importing datetime data

2011-09-07 Par sujet mimisa...@gmail.com
. Thanks, Valerio Mussi. On 06/09/2011 10:22, Jeremy Sanders wrote: mimisa...@gmail.com wrote: Hi Jeremy, I used the workaround you suggested and it works fine. Another little question: in the header of my data file I have some rows, useful for plotting and manipulating data, stored in the form

[Veusz-discuss] Import plugin - importing datetime data

2011-09-03 Par sujet mimisa...@gmail.com
Hi all! First of all, thank you very much for VUESZ, it is really simple and effective. Since I discovered it I'm using it everyday. I'm trying to write an importPlugin to read the log files of a process control system I use at work. The problem is that the first column of data is a time-stamp