Search found 11 matches

by Peal
Mon Mar 03, 2025 11:11 am
Forum: Support
Topic: graph for each column
Replies: 12
Views: 599425

Re: graph for each column

Always happy to help :-) I understand that this is not a trivial problem. Just changing the order of detection would only shift the potential for bugs to auto detection of decimal separators with explicitly defined delimiters. You somehow need to prioritise hard defined symbols over the automatic de...
by Peal
Mon Mar 03, 2025 7:31 am
Forum: Support
Topic: graph for each column
Replies: 12
Views: 599425

Re: graph for each column

Hello Gustaf, don't worry about your timing, this is still a hobby project :-) Surprisingly, the delimiter is a tab: Delimiter.png Maybe without a title row, it's first searching for the delimiter (comma being the first valid one) and only after that trying to identify the decimal separator? Here's ...
by Peal
Tue Feb 25, 2025 10:30 am
Forum: Support
Topic: graph for each column
Replies: 12
Views: 599425

Re: graph for each column

Hello, it seems right to revive this old topic as i don't understand a behaviour Flow's interpretation of Data: Flow automatically determines the type of a column depending on the contents of the column from the second row and on. I've got this data, which should be interpreted as decimal values (ac...
by Peal
Tue Dec 17, 2024 11:13 am
Forum: Feedback
Topic: Logarithmic scale
Replies: 6
Views: 84062

Re: Logarithmic scale

scatter plots, possibly with the points connected by lines Exactly, that's the goal. (And written like this, it's really obvious that i revived the wrong forum topic, sorry) plots with a time variable on the X axis plots where you choose any two variables for the X and Y axis It seems i'm really un...
by Peal
Mon Dec 16, 2024 8:46 am
Forum: Feedback
Topic: Logarithmic scale
Replies: 6
Views: 84062

Re: Logarithmic scale

I need to rewrite quite a lot to make it work That's what i thought, the rendering currently seems pretty fixed (i can guess how you implemented the current X-axis scaling). And it's the reason i'm telling you about this use case, so you can make the new implementation with this update in mind. the...
by Peal
Fri Dec 13, 2024 9:55 am
Forum: Feedback
Topic: Logarithmic scale
Replies: 6
Views: 84062

Re: Logarithmic scale

Hello, i've got a request that might have a similar solution / poses a similar problem for implementing: i want to use the data from one column as the x-values for others. Simplest example: coordinates (not my use-case) To be able to load a file "circle.csv" with x- and y values, that can ...
by Peal
Fri Dec 13, 2024 9:20 am
Forum: Feedback
Topic: Wow
Replies: 3
Views: 51599

Re: Wow

Wanted to add my thanks for this amazing program.

Actually this morning a colleague saw me using it and immediately got it for himself.
I just had to share his excitement with you, this program is actively making people happy :D
by Peal
Fri Dec 13, 2024 9:02 am
Forum: Feedback
Topic: Feature Request: Keyboard Shortcuts in tooltips
Replies: 3
Views: 38177

Re: Feature Request: Keyboard Shortcuts in tooltips

Sorry, i meant for "Scroll Wheel Zooms Vertically". For me (Version 1.18) pressing Ctrl + scrolling actually does vertical zoom. Screenshot 2024-12-13 095240.png Adding "(Ctrl)" to the tooltip would be similar to the "(E)" added to the "Select Tool" button. Sc...
by Peal
Thu Dec 12, 2024 11:20 am
Forum: Feedback
Topic: Feature Request: Keyboard Shortcuts in tooltips
Replies: 3
Views: 38177

Feature Request: Keyboard Shortcuts in tooltips

After using the viewer for a year (there really is nothing else like it), i stumbled upon the tutorial video. There i learned of the keyboard shortcut to zoom vertically. I always assumed that there was none, because the other interface elements (tools, zoom reset, ...) show their shortcut in the to...
by Peal
Mon Jan 15, 2024 8:33 am
Forum: Support
Topic: Ignore the first n lines in a file before processing
Replies: 3
Views: 43713

Re: Ignore the first n lines in a file before processing

Hello Gustaf, thanks for the answer. Unfortunately it's quite old legacy software, implementing changes isn't easy or cheap. I'll see if i find an efficient way to implement the #-adding to my workflow. Should i add my original question as a feature request or would this be too hard to implement? Ha...