Thomas D. Dean <
tom...@speakeasy.org> wrote:
>none Rouben Rostamian wrote:
>> In article <
T5Odnf1_ivrD9qPM...@megapath.net>,
>> Thomas D. Dean <
tom...@speakeasy.org> wrote:
>>> I have 4 3D pointsP1, P2, P3, and, P4. All are defined like
>>> P1:=[-.78575, .54713, .23713], etc. The numbers come from a
>>> define_external function.
>>> I want to draw a spacecurve thru these points.
>>
>> plots:-pointplot3d([P1,P2,P3,P4], connect=true);
>>
>This gives straight lines between the points. I want a curve, like an
>ellipse.
>
>I have more points, but, not enough to get a smooth plot.