> Has anyone written classes for creating visible coordinate axes (and > that they are will to share)? That is, classes that make it easy to > display text, numbers, tick marks, etc. along visible x, y, and z axes. VisAD (http://www.ssec.wisc.edu/~billh/visad.html) supports coordinate axis scales that include tick marks, names of variables and values of variables. There can be more than one variable along an axis, and it works in Java3D and Java2D. Sorry to say its built into VisAD and is not a set of independent classes. The 'java DisplayTest 27' demo in the visad/examples directory is a nice demo of dynamically changing scales and axis labels. Bill Hibbard [EMAIL PROTECTED] ===================================================================== To subscribe/unsubscribe, send mail to [EMAIL PROTECTED] Java 3D Home Page: http://java.sun.com/products/java-media/3D/