in reply to Re: Multiple Tk::Graphs with Tk::Notebook widget
in thread Multiple Tk::Graphs with Tk::Notebook widget
You solution makes good sense (and works great). I guess the -raisecmd option allows you to redraw the graph when the tab is clicked. Without it, I assume all the graphs will be drawn only once at runtime. Another lesson learned. Many thanks.