Re: Cant install Tcl::Tk

2014-01-16 Thread Richard Hainsworth
Thanks Vadim for you quick reply. I want to plot data I have generated. I can extract the data using perl since I know perl. I dont want to learn Tcl just to extract data so I can then plot it. On 01/16/2014 01:41 PM, Konovalov, Vadim wrote: Thank you for your report, Indeed, there are items

Re: Cant install Tcl::Tk

2014-01-16 Thread Jeff Hobbs
Hi Richard, You might see if plotchart, a pure Tcl package, might work for you: http://wiki.tcl.tk/18167 Data could be passed from Perl as Tcl lists and Perl arrays auto-convert. Barcharts are generally simple enough that the core Tk canvas handles them well, it just needs a simple library (e