diff --git a/frontend/templates/plotting.html b/frontend/templates/plotting.html index 01830a4..f94905c 100644 --- a/frontend/templates/plotting.html +++ b/frontend/templates/plotting.html @@ -29,11 +29,14 @@
- Start time of the plot in UTCUnixSeconds (negative seconds will mean "seconds before last measurement"):
+ The application uses Unix timestamps to save the time of events. Thus for creating a custom plot the application will want to know the start and end time of the plot as Unix timestamps.
+ To convert UTC time to a useful Unix timestamp, we recommend this website. +

+ Start time of the plot in UTC UnixSeconds (negative seconds will mean "seconds before last measurement"):

- End time of the plot in UTCUnixSeconds(the plot will not extend further than the available data):
+ End time of the plot in UTC UnixSeconds(the plot will not extend further than the available data):

- The bin size for the histogram in seconds (note that too many bins will slow down the histogram creation):
+ Bin size for the histogram in seconds (note that too many bins will slow down the histogram creation):