Repeating data plot
how to plot repeated value ?
Eg:
for example i want to plot sin wave, i have values for 0-90 degree and i want to plot for 90-180 degree by reversing same data and so on till 360 degree or (0 to 2pi).
In the 1st graph, AA=[0,0.99,0.98,0.97,...1],size of AA is 20
and i'm just repeating by modifying same data "AA"



