femlisp-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [femlisp-user] getting errors on SuSE8.2


From: Nicolas Neuss
Subject: Re: [femlisp-user] getting errors on SuSE8.2
Date: 19 Dec 2003 10:41:50 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

osman <address@hidden> writes:

> On Thursday 18 December 2003 03:11, you wrote:
> 
> > data = Import("output-0.dx");
> > connections = ShowConnections(data);
> > tubes = Tube(connections,0.01);
> > glyphs = Glyph(data,scale=0.01);
> > image = Collect(tubes,glyphs);
> > camera = AutoCamera(all);        <========= I used "simplex-part"   then it 
> worked. got a picture without errors.

Sorry I combined this from several sources and didn't test it.  It should
have read:
camera = AutoCamera(image);

> > image = Render(image, camera);
> > Display (image);
> >
> > What does happen?
> 
> 
> Now I get a new visualization window and a thick line.
> 
> 
> Osman

Strange, these are about the commands which Femlisp sends to DX, too.  (You
can also try (plot *unit-interval* :debug t) to check this.)

Does communication with gnuplot work?  Try:

(let ((graph '(("graph-1" #(1.0 2.0) #(3.0 4.0)))))
      (plot graph :debug t))

Nicolas.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]