5

BLT is the best choice I know. It works, but the style is a little bit outdated. And i suppose it's out of maintenance? Since the lastest 2.4z was release in 2002.

Plotchart is another great chart library which is part of tklib and already builin in tcl 8.5. I tried some examples shipped with tklib, but it looks like it can only show static charts.

Is there any alternative library available?

Alec
  • 1,178
  • 5
  • 20

1 Answers1

6

At the moment, there is a forked 2.5 version of BLT here, http://pdqi.com/w/pw/pdqi/Wize/Blt.

You can also try the Refactored BLT Components, which are Tcl8.5/8.6 compatible.

Finally, the Tcl wiki page about BLT, cites a 3.0 version, but I can't find where to grab it.

Marco Pallante
  • 3,923
  • 1
  • 21
  • 26
  • 2
    Apparently, George Howlett's been working on BLT 3.0 for years. _Nobody else_ has ever seen it as far as I know. You point to exactly the right choices for replacements. – Donal Fellows Mar 10 '13 at 17:35