[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: arcs in 3d?
Hi Jeffrey,
Sorry for the problems; it's indeed a version issue (but probably not
worth installing the very latest minor version to get the needed
functionality:)
To get a working example file, please remove the "arrow_fill"s (they just
print black arrowheads), and replace the "dot" commands with a dot and
label command, as in:
  dot(posn, offset, "text", alignment);
becomes
  dot(posn);
  label(posn, offset, "text", alignment);
--Andy
Andrew D. Hwang			ahwang@mathcs.holycross.edu
Department of Math and CS	http://math.holycross.edu/~ahwang
College of the Holy Cross	(508) 793-2458 (Office: 320 Swords)
Worcester, MA, 01610-2395	(508) 793-3530 (fax)