Xref: utzoo comp.sys.ibm.pc:23504 comp.sources.d:3239 comp.sources.wanted:6082 comp.graphics:4178 Path: utzoo!attcan!uunet!mcvax!enea!kth!draken!bmc1!aring From: aring@bmc.uu.se Newsgroups: comp.sys.ibm.pc,comp.sources.d,comp.sources.wanted,comp.graphics Subject: FAST XY-PLOT ON PC TO EGA. HOW DO IT ? Message-ID: <6303@bmc.uu.se> Date: 18 Jan 89 13:40:16 GMT Organization: Biomedical Center, University of Uppsala, Sweden Lines: 14 I need a fast procedure/ subroutine /function to plot the values in an integer array against the index of the array (i.e. x=1,2,3... y=A(1),A(2)..) I use Quick-Basic 4.0 and EGA (VGA). The PSET(X,Y) and LINE(X,Y) keywords are too slow for my purposes when used in a loop. There must be a faster way, since Quick-Basic draws arbitrary ellipses in a "flash". Anyone got an assembler (C ?) procedure or good advice ? Avi Ring, Fax:46-18-151759 (SWEDEN), Dptmt Physiology and Biophysics, Box 572, S-751 23 Uppsala, SWEDEN. ARING@BMC1.UU.SE or ARING@SEMAX51.BITNET. Thank you