I want a to draw a seasonal chart (monthly data, x-axis on from Jan to Dec), showing a line for the data of the current year and the 5-year max-min range .
See the pic: http://imgur.com/Tyhf8m9
I first start by slicing my sample, restricting it to 2015
Code: Select all
@smpl 2015 2015Code: Select all
graph myChart myDataThank you
