Hi,
The viewer is cool! Performance is awesome, too.
Could you add support for time series, i.e. CSVs which include a timestamp row, as ISO8601 and/or unix time (seconds, millis)? My data is always sampled irregularly
And scatter plots
timestamps, scatter plots
Re: timestamps, scatter plots
Thank you for your feedback! I assume you mean that you want to use your timestamp as the X axis in the line plot? Both scatter plots and the possibility to use one of the variables (e.g. a timestamp) as the X axis are indeed on my list for future development. I'll keep you updated! /Gustaf
Re: timestamps, scatter plots
Hi there,
I just found this great tool! I really love it! But as mentioned above, it would be cool, to have a DateTime data type available for the X-Axis. For now I work with a timestamp but for analyzing purposes it would speed things up tremendously.
Thanks a lot!
Phil
I just found this great tool! I really love it! But as mentioned above, it would be cool, to have a DateTime data type available for the X-Axis. For now I work with a timestamp but for analyzing purposes it would speed things up tremendously.
Thanks a lot!
Phil
Re: timestamps, scatter plots
Thank you! So what datetime format do you have in your CSV files, is it ISO8601, a unix timestamp or something else? I think a first step would be the option to place any numeric column/variable on the X axis - that should work for unix timestamps, since they're just long integers. The next step would be the possibility to use a column with ISO8601 timestamps in the same way. /Gustaf
Re: timestamps, scatter plots
Hi,
Thanks for this great tool, it made me save a lot of time so far !
The timestamp (or any data column) as X axis is a great idea, I'd really like to see it implemented too.
Have a nice day,
David
Thanks for this great tool, it made me save a lot of time so far !
The timestamp (or any data column) as X axis is a great idea, I'd really like to see it implemented too.
Have a nice day,
David
Re: timestamps, scatter plots
+1 for this feature request.
I also have a timestamp in one column of my CSV file (created using datetime.datetime.utcnow() in Python).
I also have a timestamp in one column of my CSV file (created using datetime.datetime.utcnow() in Python).
Re: timestamps, scatter plots
OK - it's at the top of my list!
Re: timestamps, scatter plots
I am blown away by this tool - I love it!
I would also like very much a way to show a time index on the X-axis.
It's amazing what you are doing for the community. Keep up the great work!
I would also like very much a way to show a time index on the X-axis.
It's amazing what you are doing for the community. Keep up the great work!
Re: timestamps, scatter plots
Thank you for your kind words, I appreciate it! Yes time labels on the X axis will be in the next release. Thanks for your patience!
Re: timestamps, scatter plots
Hello to followers of this thread! You can now beta test the latest version, which includes the option to show a variable on the X axis. Head over to https://www.waveworks.dk/flow/beta.html to install it, try it out and let me know what you think! /Gustaf