; -*-Lisp-*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Description: Setting the text label for coordinate systems. ; Language: Lisp ; ; (C) Copyright 1992 - 2005 CoCreate Software GmbH&Co.KG, all rights reserved. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package :mei) (elan:set-coordinate-system-label :x-axis "x" :y-axis "y" :z-axis "z" )