Re: [Tutor] Scaling a Tkinter canvas widget

2008-10-27 Thread Kent Johnson
On Sun, Oct 26, 2008 at 10:20 PM, Mike Meisner <[EMAIL PROTECTED]> wrote: > I would like to plot various datasets on a Tkinter canvas widget. > > The problem is that each of my datasets have different x,y extremes. For > instance, one dataset may have xmin = 0, xmax = 300, ymin = 0, ymax = 300; >

[Tutor] Scaling a Tkinter canvas widget

2008-10-26 Thread Mike Meisner
I would like to plot various datasets on a Tkinter canvas widget. The problem is that each of my datasets have different x,y extremes. For instance, one dataset may have xmin = 0, xmax = 300, ymin = 0, ymax = 300; whereas the next dataset may have xmin = -200, xmax = 1200, ymin = 2000, ymax =