Frequently Asked Questions


How much does TPlot cost ?

Nothing: TPlot has always been open-source, and is now released under the Mozilla Public License 1.1.

How do i get it ?

Go to the downloads page and follow the installation instructions.

Is there a database-aware version ?

This has been developed - see the DBPlot sub-packages - but interest has been minimal, so it has not been extensively tested.

What happened to the 3rd party sub-components ?

Some had to be modified in order to work with the latest version of TPlot. They are now part of the distribution - and links to the original sites and authors can be found here.

'Types' is missing !

When I compile TPlot, it complains about missing 'Types.pas'. Where is it ?

It's in Kylix. Just remove the offending reference to 'Types' if this occurs. Be careful about the {$IFDEF} statements, and make sure that Version.inc' is on the project path. Kylix occassionally adds an extra unit or two just for fun - which stuffs Delphi up no end.

Fix courtesy of Henrik Wachtmeister.