what is the best tool for drawing this kind of graph . I tried in Msword but they were not as good as this. enter image description here

link|improve this question
1  
Excel maybe would be an option (if you live in Microsoft world) or OpenOffice.org Calc. – 0xA3 Jun 30 '11 at 22:05
feedback

migrated from stackoverflow.com Jul 1 '11 at 22:05

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 2 down vote accepted

Google Charts, Google Spreadsheets, or Excel would work. Are you trying to do this programmatically?

link|improve this answer
nope. I will be giving some data values I collected – James williams Jun 30 '11 at 22:07
feedback

You should use a Spreadsheet tool such as Microsoft Excel, Open Office Calc, Numbers, google docs Spreadsheet ... They are efficient for this task !

link|improve this answer
feedback

Use gnuplot. Without any extra settings, gnuplot makes some seriously ugly graphs, but learn just a little, and amazing power is yours. It handles all kinds of input data rather well, too. You have a nearly infinite variety of oputput formats as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.