May 9th, 2002, 2:31 pm
Paolo,I often get asked the same question. The first question I have is: how much are you willing to spend if anything - and if you don't want to buy another tool, how much time do you have to tinker around!Firstly, I would suggest that you see how far you can go with Excel's built-in charting functionality - I'm constantly amazed what some people are able to achieve with it. If you decide Excel just doesn't cut it then there a lot of third-party tools out there, however not many of them stand-out. If you have access to Matlab or Maple, check those out first as they easily give you that 'publication quality' look and are relatively easy to figure out and integrate with Excel.There are many third-party Active X charting controls out there (I use ChartFX by Softwarefx.com) - however these imply VBA coding. Visual Basic's own MSChart control is terrible in terms of quality and it's object-model defies the laws of logic, I don't bother with it.If you are on a tight budget, I also encourage you to take a look at the many open-source scripting tools available such as Perl and Python. Perl and Python both have very large user communities on the web and as a result there are many specialized addons/libraries out there, with lots of support.Then there are the open-source math/stats packages such as gauss, R which probably have good graphic capabilities.B.