swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HELP: Large Dots


From: Marcus G. Daniels
Subject: HELP: Large Dots
Date: Tue, 25 Nov 1997 09:51:09 -0700

DD> Everything is now up and working again
DD> except that the BLT lines have the addition of a large dot at each entry.
DD> How did I get them and more importantly, how do I get rid of them.

Doug, it sounds like you are probably using BLT 2.3.
Does this patch fix it?

Index: BLTGraph.m
===================================================================
RCS file: /opt/src/hive/cvs/Swarm/swarm/src/tkobjc/BLTGraph.m,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -r1.3 -r1.4
*** BLTGraph.m  1997/11/13 03:53:39     1.3
--- BLTGraph.m  1997/11/15 04:30:13     1.4
***************
*** 105,111 ****
    xData = [BLTVector create: [self getZone]];
    yData = [BLTVector create: [self getZone]];
  
!   [globalTkInterp eval: "%s element create %s -xdata %s -ydata %s",
                  [ownerGraph getWidgetName], [self getName],
                  [xData getName], [yData getName]];
  
--- 105,111 ----
    xData = [BLTVector create: [self getZone]];
    yData = [BLTVector create: [self getZone]];
  
!   [globalTkInterp eval: "%s element create %s -xdata %s -ydata %s -symbol 
none",
                  [ownerGraph getWidgetName], [self getName],
                  [xData getName], [yData getName]];
  

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]