RE: XForms: XY Plot weirdness

From: justin.turnage@lmco.com
Date: Wed Sep 27 2000 - 16:48:27 EDT

  • Next message: yann.guichoux@ago.fr: "XForms: fl_getmcolor()"

    # To subscribers of the xforms list from justin.turnage@lmco.com :

    Tested the code and it looks fine the way you have it here as well as your
    other code that you sent. I will try to modify your code here to more match
    up to what I am doing and I let you know what happens.

    > ----------
    > From: Steve Lamont[SMTP:spl@ncmir.ucsd.edu]
    > Reply To: xforms@bob.usuhs.mil
    > Sent: Wednesday, September 27, 2000 1:46 PM
    > To: xforms@bob.usuhs.mil
    > Subject: RE: XForms: XY Plot weirdness
    >
    > # To subscribers of the xforms list from Steve Lamont <spl@ncmir.ucsd.edu>
    > :
    >
    > > I dont think the off by one error is an issue. My program just
    > > grabs the data out of a shared memory block and displays the data on the
    > > xyplot object.
    > >
    > > Here is how I set the plot up in one module:
    > >
    > > fdui->FIRST_PLOT = obj =
    > > fl_add_xyplot(FL_NORMAL_XYPLOT,1,40,1261,432,"Plot #1");
    > > fl_set_object_dblbuffer(obj,1);
    > > fl_set_xyplot_data(obj,&X,&Y,1,"","");
    > ^^^^^ missing an argument here.
    > shouldn't even compile
    >
    > I modified the test code to reflect the differences you describe as
    > follows and I still do not see the sort of problem described. I've
    > run the code on both a Solaris Sun and a Compaq Alpha (I still can't
    > get used to saying Compaq instead of DEC...) XP1000
    >
    > ganesa:spl> uname -a
    > OSF1 ganesa V5.0 1094 alpha
    >
    > with the XForms library
    >
    > ganesa:spl> ./try -flversion
    > FORMS Library beta 0.89.6 of 2000/05/19 05:54:26 (Compiled Sep 27
    > 2000)
    > Copyright (c) 1996-2000 by T.C. Zhao and Mark Overmars
    > Parts Copyright(c) 1999-2000 by T.C. Zhao and Steve Lamont
    >
    > Can you try the test code provided below and let us know what the
    > result is?
    >
    >
    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/



    This archive was generated by hypermail 2b29 : Wed Sep 27 2000 - 17:08:27 EDT