gnuplot: strptime and milliseconds -


I have some time data, such as 15: 46: 47.234 and interpret it with Want to strptime . But when I stripeime ("% H:% M:% .3S", strk (3)) , I always get this warning: Bad time format in the string .

Does anyone know what is wrong?

Thank you for your help! Do not assign any digits for the format

% S format , Just use "% H:% M:% S" which handles milliseconds correctly:

This print prints 56807.23 on screen.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -