graph plotting

  • Thread starter Thread starter wayne
  • Start date Start date
W

wayne

Dear all,

May i know how can i plot a column of values?? pls. Apparently i have a
column of values generated. how can i plot it using vc++? wat are the
command use and necessary header files that are needed?

thanks...
 
What kind of 'plot' of the data do you want to do? A histogram can be done
using just text, other graphs require graphic elements. What kind of project
are you doing? Many factors can change the answer to your question...

What do you mean by 'column of values'? Do you wish to plot index vs. value
(sequence), frequency of values (histogram), progressive sum of values
(tally). etc?

[==Peteroid==]
 
Back
Top