[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scatter and Scatter3 functions
From: |
Michael Goffioul |
Subject: |
Re: Scatter and Scatter3 functions |
Date: |
Tue, 20 Nov 2007 09:56:30 +0100 |
On 11/20/07, David Bateman <address@hidden> wrote:
> The attached patch adds the scatter and scatter3 functions. These use
> patch objects with markers to define the points. This allows the
> colormap to determine the colors of the point whereas if a line object
> was used its not clear that this could be done. This of course means
> that each point has a separate plot command to gnuplot and so with a
> large number of points this is a bit slow to display initially.
FYI, Matlab also uses patch objects at low-level to represent scattergroup
objects.
Michael.