timestamps, scatter plots

Bug reports, feature requests and other feedback.
wizzard
Posts: 5
Joined: Wed Jan 22, 2020 3:03 pm

timestamps, scatter plots

Post by wizzard »

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 :)
Waveworks
Posts: 153
Joined: Thu Sep 05, 2019 1:05 pm

Re: timestamps, scatter plots

Post by Waveworks »

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
Zentauro
Posts: 1
Joined: Sat Feb 22, 2020 8:20 am

Re: timestamps, scatter plots

Post by Zentauro »

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
Waveworks
Posts: 153
Joined: Thu Sep 05, 2019 1:05 pm

Re: timestamps, scatter plots

Post by Waveworks »

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
david_bl
Posts: 4
Joined: Thu Jun 25, 2020 9:47 am

Re: timestamps, scatter plots

Post by david_bl »

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
banjaxed
Posts: 1
Joined: Wed Apr 07, 2021 7:53 am

Re: timestamps, scatter plots

Post by banjaxed »

+1 for this feature request.
I also have a timestamp in one column of my CSV file (created using datetime.datetime.utcnow() in Python).
Waveworks
Posts: 153
Joined: Thu Sep 05, 2019 1:05 pm

Re: timestamps, scatter plots

Post by Waveworks »

OK - it's at the top of my list! :)
stero
Posts: 1
Joined: Sat May 08, 2021 3:26 pm

Re: timestamps, scatter plots

Post by stero »

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!
Waveworks
Posts: 153
Joined: Thu Sep 05, 2019 1:05 pm

Re: timestamps, scatter plots

Post by Waveworks »

Thank you for your kind words, I appreciate it! :D Yes time labels on the X axis will be in the next release. Thanks for your patience!
Waveworks
Posts: 153
Joined: Thu Sep 05, 2019 1:05 pm

Re: timestamps, scatter plots

Post by Waveworks »

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
Post Reply