Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!ccncsu!longs.LANCE.ColoState.EDU!steves From: steves@longs.LANCE.ColoState.EDU (Steve Smith) Newsgroups: comp.lang.c Subject: Graphics data conversions Message-ID: <14422@ccncsu.ColoState.EDU> Date: 22 Apr 91 20:29:08 GMT References: <3635@loria.crin.fr> Sender: news@ccncsu.ColoState.EDU Reply-To: steves@longs.LANCE.ColoState.EDU (Steve Smith) Distribution: usa Organization: Colorado State U. Center for Computer Assisted Engineering. Lines: 11 Has anyone had experience with graphing data points in Turbo C? I'm trying to get data (both neg and pos) to fit within the getmaxx(); and getmaxy(); of a screen. I need a routine that converts the data points into a useable scale. I'm using just the lineto(x,y); and moveto(x,y); functions to plot points. Any help would be appreciated! S Smith CSU Fort Collins, Colorado