Search found 167 matches
- Thu Aug 24, 2023 1:54 pm
- Forum: Feedback
- Topic: Request: "world" map view
- Replies: 1
- Views: 9173
Re: Request: "world" map view
Hi Hanan, thanks a lot, very glad you like it! Yes this is a feature I've seen in other similar tools and I really want to do the same in Flow. The list of improvements for future versions is long, however, so I can't promise it will be in the next version, but I can promise it's on the list. Thanks...
- Sun Aug 06, 2023 7:01 pm
- Forum: Support
- Topic: Formula to change X-axis Values
- Replies: 23
- Views: 54470
Re: Formula to change X-axis Values
Hello again Ulrich, You can't really change the Y axis as such, but you can scale individual variables. You have two options: Either you define a scaled version of the variable with a formula like y_scaled = y / 3 . After that you can uncheck the Display checkbox of the original variable and look at...
- Sun Aug 06, 2023 4:10 pm
- Forum: Support
- Topic: Formula to change X-axis Values
- Replies: 23
- Views: 54470
Re: Formula to change X-axis Values
Hello, You can use the special variable t , which refers to the sample number, in your formula to accomplish this. In your case, enter the formula time = 0.005 * t , which gives you a new variable time . Then drag the time variable onto the X axis, or right-click it and select Show On X Axis. Hope t...
- Mon Jul 24, 2023 3:35 pm
- Forum: Support
- Topic: Is there a separate exe version of this tool?
- Replies: 3
- Views: 10820
Re: Is there a separate exe version of this tool?
If you purchase a single license for 7 euros, you can only install it on one computer. However, when you place your order, you can specify the number of computers that you want to install on, and the same license key will work for the specified number of computers. The price is 7 euros per computer....
- Mon Jul 24, 2023 3:22 pm
- Forum: Feedback
- Topic: Request: Custom statistic calculation for select tool statistics bar
- Replies: 1
- Views: 9314
Re: Request: Custom statistic calculation for select tool statistics bar
Thank you for continuing sharing your thoughts! The statistics bar definitely needs to be improved and I can see how it's currently too limited. I'll keep your suggestions in mind while making big plans for future releases!
Best regards,
Gustaf
Best regards,
Gustaf
- Mon Jul 24, 2023 12:38 pm
- Forum: Feedback
- Topic: Request for cursors
- Replies: 1
- Views: 9079
Re: Request for cursors
Hello and thank you for your kind words! A second cursor is one of the most common feature requests, so I'll bump it up a bit on my TODO list. For now, maybe it helps you to notice that if you first select some samples with the selection tool, then click any variable in the variable list, you will s...
- Mon Jul 24, 2023 12:17 pm
- Forum: Support
- Topic: Is there a separate exe version of this tool?
- Replies: 3
- Views: 10820
Re: Is there a separate exe version of this tool?
Hello, no, Flow CSV Viewer is currently only available via Microsoft Store. However, I do maintain a so-called ClickOnce installer for Flow CSV Editor, which costs 7 euros. If you're interested in purchasing a license for Flow CSV Editor, please email info@waveworks (add .dk manually). Best regards,...
- Mon Jul 24, 2023 12:07 pm
- Forum: Feedback
- Topic: Request: open a file used by another process
- Replies: 3
- Views: 10816
Re: Request: open a file used by another process
Ok I see - I'll investigate this and see what I can do. Thanks for the heads-up and the additional information!
Best regards,
Gustaf
Best regards,
Gustaf
Re: Amazing
Ok sounds good - I will include formula templates with the next version then! The primary reason I haven't implemented offset the other way is because the causality analysis becomes a bit of a headache when formulas refer back to themselves. For example, y = y[t-1] + 1 is valid if computing y from b...
- Wed Jul 19, 2023 10:01 am
- Forum: Feedback
- Topic: Request: open a file used by another process
- Replies: 3
- Views: 10816
Re: Request: open a file used by another process
Hi Rob, thanks for the feedback, glad it's useful! I actually thought this was possible already. Flow always opens the files read-only and closes them immediately after loading, and I know of several users who use Flow exactly the way you describe it. What exactly is the error message that you get? ...