Search found 15 matches

by MrFlow256
Mon Oct 11, 2021 5:43 pm
Forum: Support
Topic: 'Tagging' interesting points?
Replies: 1
Views: 8163

'Tagging' interesting points?

I want to manually mark some points as being of interest in Flow Editor, so they get saved back out to the CSV. The best way I found so far is: Create a new formula e.g. V=0 Run "Convert to values" on it For each interesting point: --Move the cursor to the right x-position --Double click t...
by MrFlow256
Wed Oct 06, 2021 10:09 am
Forum: Feedback
Topic: Quick 'reload file' option?
Replies: 6
Views: 14698

Re: Quick 'reload file' option?

I can think of two cases where changes might not get seen: 1. as you say, the file is rewritten while you're using Flow 2. if you're working in VMs, you might switch between 2 machines but Flow remains in focus the whole time. In software dev I often do this where I'm analysing logs or output from a...
by MrFlow256
Tue Oct 05, 2021 8:56 pm
Forum: Feedback
Topic: Quick 'reload file' option?
Replies: 6
Views: 14698

Re: Quick 'reload file' option?

No worries, keep them coming! :) Flow is supposed to automatically reload files that were changed on disk whenever it regains focus, and formulas and view settings should be kept. Is it not working for you, or am I misunderstanding your request? I hadn't noticed that but yes it does. Great :) It do...
by MrFlow256
Mon Oct 04, 2021 10:00 pm
Forum: Feedback
Topic: Quick 'reload file' option?
Replies: 6
Views: 14698

Quick 'reload file' option?

Sorry for flood of requests, but the option to reload a file would be neat e.g. a right-click option, that retains custom variables and cursor/zoom as far as possible (I think it might already do this at least partially). Re-running a simulation on the same input data I often rewrite the same file s...
by MrFlow256
Sun Oct 03, 2021 3:28 pm
Forum: Support
Topic: What is the purpose of selecting a region?
Replies: 3
Views: 10216

Re: What is the purpose of selecting a region?

Right now I don't need much edit functionality but it's such a useful app I'm going to buy it regardless because you deserve a few Euros from anyone finding it helpful IMO :)
by MrFlow256
Sat Oct 02, 2021 6:18 pm
Forum: Support
Topic: What is the purpose of selecting a region?
Replies: 3
Views: 10216

What is the purpose of selecting a region?

I really like you can set or drag a cursor to see values but I'm a bit unclear what the usage of the blue select tool is? Maybe it's because I didn't switch to the paid app yet, but what can I DO with my selected region?
by MrFlow256
Sat Oct 02, 2021 6:16 pm
Forum: Feedback
Topic: Auto-scale to min/max in current window?
Replies: 3
Views: 9942

Auto-scale to min/max in current window?

Flow already has a nice feature where the vertical scale on a group is calibrated to min/max values of all series shown in that group. But say my series min/max values are 20,000 and 50,000, and I zoom in on a region where the min/max values are 35,000 and 40,000. It would be really neat if there wa...
by MrFlow256
Thu Sep 30, 2021 8:44 am
Forum: Support
Topic: Why can't I subtract a constant in an expression?
Replies: 3
Views: 10091

Re: Why can't I subtract a constant in an expression?

That's a fun bug!

I just checked and (buyPrice)-2 also seems to work, I thought I already tried that last night but it must just have been alte and my brain wasn't working. Thanks for the help.
by MrFlow256
Wed Sep 29, 2021 10:07 pm
Forum: Support
Topic: Why can't I subtract a constant in an expression?
Replies: 3
Views: 10091

Why can't I subtract a constant in an expression?

I have a column

Code: Select all

buyPrice
. If I enter an expression

Code: Select all

b=buyPrice*2
this works great. If I replace '*' with '+' it works. If I change it to '-' I get "Unexpected 'buyPrice-2', expected expression".

Is this a known issue, any ideas?
by MrFlow256
Wed Sep 29, 2021 5:33 pm
Forum: Feedback
Topic: timestamps, scatter plots
Replies: 19
Views: 34065

Re: timestamps, scatter plots

Yeah I can see that being tricky!

In my case the timestamp always increases and is an int, so I could potentially pad my generated dataset to make sure there is a row at every value of x, but in reality for most of the charts I look at gaps are rare so this is not a critical feature.