have a new problem. Can someone help me with this?
A part of my datafile is
06-07-2013,13461,0,7464,0,
07-07-2013,14494,0,5584,0,
08-07-2013,149,13394,3412,2471,
09-07-2013,295,14058,3005,3201,
10-07-2013,194,8308,3264,4026,
11-07-2013,14,4597,3162,1945,
12-07-2013,113,4447,3009,2268,
And want to have the name of the month and the year (in this case july 2013) in the legend or the title of the plot. How can I get first the month(value) out of the datafile and second make a text of it?
Woow, it is a beauty and almost perfect, look to the circle in the plot. The Year is some late (lol).
http://ccvd.eu/downloads/Jul.png
I got him, the tricker was fmt = '%d-%m-%Y' in place of fmt = '%d-%m-%y'
http://ccvd.eu/downloads/Jul.png
Thank you so much!! I was for more then a day looking for the solution and now . . . YES.