Search found 15 matches
- Mon Oct 11, 2021 5:43 pm
- Forum: Support
- Topic: 'Tagging' interesting points?
- Replies: 1
- Views: 10843
'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...
- Wed Oct 06, 2021 10:09 am
- Forum: Feedback
- Topic: Quick 'reload file' option?
- Replies: 6
- Views: 22900
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...
- Tue Oct 05, 2021 8:56 pm
- Forum: Feedback
- Topic: Quick 'reload file' option?
- Replies: 6
- Views: 22900
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...
- Mon Oct 04, 2021 10:00 pm
- Forum: Feedback
- Topic: Quick 'reload file' option?
- Replies: 6
- Views: 22900
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...
- Sun Oct 03, 2021 3:28 pm
- Forum: Support
- Topic: What is the purpose of selecting a region?
- Replies: 3
- Views: 13449
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
- Sat Oct 02, 2021 6:18 pm
- Forum: Support
- Topic: What is the purpose of selecting a region?
- Replies: 3
- Views: 13449
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?
- Sat Oct 02, 2021 6:16 pm
- Forum: Feedback
- Topic: Auto-scale to min/max in current window?
- Replies: 3
- Views: 16136
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...
- Thu Sep 30, 2021 8:44 am
- Forum: Support
- Topic: Why can't I subtract a constant in an expression?
- Replies: 3
- Views: 14161
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.
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.
- Wed Sep 29, 2021 10:07 pm
- Forum: Support
- Topic: Why can't I subtract a constant in an expression?
- Replies: 3
- Views: 14161
Why can't I subtract a constant in an expression?
I have a column . If I enter an expression 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?
Code: Select all
buyPrice
Code: Select all
b=buyPrice*2
Is this a known issue, any ideas?
- Wed Sep 29, 2021 5:33 pm
- Forum: Feedback
- Topic: timestamps, scatter plots
- Replies: 19
- Views: 48972
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.
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.