Scrolling graphs in a Tk GUI?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mksql@yahoo.com

    Scrolling graphs in a Tk GUI?

    I am re-orienting myself to GUI development (not having written anything but
    database routines that use simple command line interfaces for a long time now),
    and have become somewhat comfortable with Tk.

    I have a need to place a scrolling graph in a Tk form. This would be a side
    scrolling, automatic refreshing graph, "EKG style". The app is a monitoring
    tool, where recent trends are shown in a scrolling line graph.

    Can Tk handle this by itself, or do I need to add something new to the app?

    Any recommendations ?

    TIA!
  • John Grayson

    #2
    Re: Scrolling graphs in a Tk GUI?

    You'll find an example in Python and Tkinter Programming...

    John

    mksql@yahoo.com wrote:[color=blue]
    > I am re-orienting myself to GUI development (not having written anything but
    > database routines that use simple command line interfaces for a long time now),
    > and have become somewhat comfortable with Tk.
    >
    > I have a need to place a scrolling graph in a Tk form. This would be a side
    > scrolling, automatic refreshing graph, "EKG style". The app is a monitoring
    > tool, where recent trends are shown in a scrolling line graph.
    >
    > Can Tk handle this by itself, or do I need to add something new to the app?
    >
    > Any recommendations ?
    >
    > TIA![/color]

    Comment

    • mksql@yahoo.com

      #3
      Re: Scrolling graphs in a Tk GUI?

      On Wed, 07 Jan 2004 18:36:49 -0500, John Grayson <johngrayson@co x.net> wrote:
      [color=blue]
      >You'll find an example in Python and Tkinter Programming...[/color]

      I can't find any copies to purchase. Every vendor I know is out.

      Comment

      • John Grayson

        #4
        Re: Scrolling graphs in a Tk GUI?

        Try going to manning.com

        mksql@yahoo.com wrote:[color=blue]
        > On Wed, 07 Jan 2004 18:36:49 -0500, John Grayson <johngrayson@co x.net> wrote:
        >
        >[color=green]
        >>You'll find an example in Python and Tkinter Programming...[/color]
        >
        >
        > I can't find any copies to purchase. Every vendor I know is out.
        >[/color]

        Comment

        Working...