[Q] Is it possible to log a custom timestamp and use it as the "x-axis" for plots?
See original GitHub issueContext: my validation dataset spans over a period of time, and I want view the model’s performance at different time points.
Right now I can do the following:
wandb.log({"dataset_date": seconds_since_epoch, "metric": metric})
But in the UI the dataset_date is shown as numbers instead of dates. Is there a way to make the UI show this x-axis as time instead?
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Customize Dates on Time Series Plots in Python Using ...
On this page, you will learn how to use DateFormatter to modify the look and frequency of the axis labels on your plots....
Read more >Ploting with x-axis timestamp in Python Pandas - Stack Overflow
Hope someone can help with plot problem that I know how to solve in Excel (axis type date/text), but how to do in...
Read more >Time series and date axes in Python - Plotly
Over 21 examples of Time Series and Date Axes including changing color, size, log axes, and more in Python.
Read more >Timestamp on X axis from datetime - MATLAB Answers
I have a variable ts, which is the timestamp of each sample. How should I change my X axis description using a plot...
Read more >Working with Time Series | Python Data Science Handbook
From a group of these Timestamp objects, Pandas can construct a DatetimeIndex that can be used to index data in a Series or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you for the clarification @desktable . At this time we do not support date and time on the x-axis for charts. There is an active feature request for this that is in the design backlog. I added your details to the request and will update you when there is feedback from the team.
I’m interested in this feature as well! Thanks