Newsgroups: comp.lang.apl
Path: watmath!watserv2.uwaterloo.ca!torn!cs.utexas.edu!uunet!mcsun!news.funet.fi!network.jyu.fi!mtlo
From: mtlo@jyu.fi (Markku Tapani Lofgren)
Subject: Dots with VDI graphics
Message-ID: <1992Aug20.063002.24480@jyu.fi>
Organization: University of Jyvaskyla, Finland
Date: Thu, 20 Aug 1992 06:30:02 GMT
Lines: 11


I'm trying to make a workspace that plots few statistical charts and 
I'm doing it with VDI graphics.
Problem is: I should produce tiny dots. I would think that the way to 
do this would be using the V_PMARK-function, but the smallest dot with
it, is much too big. I've solved the problem by using V_PLINE with line 
type dotted and drawing a line from point to itself, but it's very slow.
I've read the GSS Manual quite a few times, but with my skills the 
solution avoids me.
I would be very grateful if someone could give me a hint.

