help-octave
[Top][All Lists]
Advanced

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

Re: Plotting 3D discrete points


From: Oren Spector
Subject: Re: Plotting 3D discrete points
Date: Mon, 19 May 2008 17:45:00 +0300

Using scatter3( bd( :, 1 ), bd( :, 2 ), bd( :, 3 ), '.' ) solved both
of my problems. The plot marker was a dot and the dot color was based
on the Z-axis value.

Thanks.

On 5/19/08, Michael Goffioul <address@hidden> wrote:
> On Mon, May 19, 2008 at 11:21 AM, Oren Spector <address@hidden> wrote:
> > Thanks Michal.
> >
> > I tried using '.', but it shows an empty plot. Any reason why?
> >
> > I'm using Octave on Windows XP. Could that be the reason?
>
> It depends which graphics backend you're using. Anyway, dots are
> small and it might be that you simply don't see them. I suggest that
> you use circles instead. Try with 'o' (or with '*' as someone else
> suggested).
>
> Michael.
>


reply via email to

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