Tagged Questions
3
votes
0answers
44 views
Increasing dateplot's resolution to seconds
These three dots should be spread out over a period of 50 seconds, but for some reason they all appear at 13:00:30.
\documentclass{minimal}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
...
4
votes
0answers
93 views
Time plot with pgfplots
I tried to plot this type of data
x y
00:00 99.42
00:15 99.44
00:30 99.41
00:45 99.37
01:00 99.00
01:15 99.29
01:30 99.51
01:45 99.58
02:00 99.49
02:15 99.50
...
8
votes
1answer
218 views
pgfplots data time format
I have this type of data set:
Time State
22:54:14.716 5
22:54:14.716 5
22:54:14.716 5
22:54:14.716 5
22:54:14.729 4
22:54:14.919 1
22:54:14.919 1
22:54:15.128 5
I ...
7
votes
1answer
538 views
pgfplots dateplot: automated labels on full hours?
I have some data as a function of time. I plot it using dateplot from the pgfplots package. I would like to have x labels in hours and minutes. For every day, I would like to have an additional ...
5
votes
1answer
1k views
Date plot using pgfplots with odd tick label
How do I make the time label in the following image appear as "10:00" (i.e. 10 o'clock) rather than the unexpected and unwelcome "09:60"?
Here's the code that I am using:
\documentclass{beamer}
...