Hi,
I have a data, its frequency of a particular events at different times.
Like,
at time 0 - Number of events 2
at time 1 - Number of events 3
at time 2 - Number of events 0
at time 3 - Number of events 100
so on ..,
I have to take time on one axis and these numbers on the other. But could any one tell me how to plot all these values so as to get a curve shape,(probably the numbers i have will lead to a curve) in C or C++
Thanks,
-Asad.
I have a data, its frequency of a particular events at different times.
Like,
at time 0 - Number of events 2
at time 1 - Number of events 3
at time 2 - Number of events 0
at time 3 - Number of events 100
so on ..,
I have to take time on one axis and these numbers on the other. But could any one tell me how to plot all these values so as to get a curve shape,(probably the numbers i have will lead to a curve) in C or C++
Thanks,
-Asad.
Comment