Hi,
I am facing little trouble in understanding the pyplot concept.
The following link describes my problem, please have a look at it:
http://stackoverflow.com/q/23804957/3218127
Regards,
Rachana K
--
"Accelerate Dev Cyc
Hi,
the code plots a daily average of a parameter through each day of one year.
When adding the xaxis ticks to show Months instead of the day number (1...365),
the plot of the parameter disappear.
Leaving xticks for each day displays plot just fine.
Thank you for any advice on how to solve my mis