Interactive Charts in Tcl / Tk

BLT is the best choice I know. It works, but the style is a bit outdated. And I suppose it's because of the service? Since the last 2.4z was released in 2002.

Plotchart is another great charting library that is part of tklib and is already built in tcl 8.5. I tried a few examples that come with tklib , but it looks like it can only display static diagrams.

Is there an alternative library?

+5
source share
1 answer

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

Refactored BLT Components, Tcl8.5/8.6.

, Wiki wiki BLT 3.0, , .

+6

All Articles