Posted to tcl by apn at Tue Sep 04 16:45:56 GMT 2018view raw

  1. set rain [tarray::samples::get rainfall]
  2. toplevel .foo
  3. tarray::ui::rbcchart .foo.chart $rain -title "Rainfall and Temperature by Month"
  4. pack .foo.chart
  5. .foo.chart line create Temperature -pixels .02i
  6.