[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grapher
- To: brandon@ptolemy.arc.nasa.gov
- Subject: grapher
- From: alms@cambridge.apple.com (Andrew L. M. Shalit)
- Date: Tue, 24 Jul 90 10:55:13 -0400
- Cc: info-macl
- In-reply-to: Brandon R. Brown(summer student-90)'s message of Mon, 23 Jul 90 16:52:48 PDT <9007232352.AA22866@ptolemy.arc.nasa.gov>
From: Brandon R. Brown(summer student-90) <brandon@ptolemy.arc.nasa.gov>
Hi. I'm trying to use "grapher.lisp" (macl 1.3.2) for my own warped
purposes. However, I have not been able to divine how the grapher
accesses/reads the material it graphs. Moreover, I can't find the
said material at all. It only seems to exist when I run the grapher.
Let me mention that I'm still a bit of a novice if that isn't clear
already. Has anyone used this grapher who might have some helpful
advice? Thanks in advance
-brandon@pluto.arc.nasa.gov
The operations on browsers are defined as object functions.
That means they are not defined globally, but only inside
objects.
Before you can specialize the browser, you'll need some familiarity
with Object Lisp. I'd suggest you check out chapter three of the
manual.
-andrew
- References:
- grapher
- From: Brandon R. Brown(summer student-90) <brandon@ptolemy.arc.nasa.gov>