[EMAIL PROTECTED] wrote:
> matalb has a gscatter command that work like this"
>
> GSCATTER(X,Y,G) creates a scatter plot of the vectors X and Y
> grouped by G. Points with the same value of G are shown with
> the same color and marker. G is a grouping variable defined as
> a vector,
[EMAIL PROTECTED] wrote:
> Thanks ! i didn't know that.
> Do you know also if it is possible to have something similar to a scatter
> group ?
Sorry, but what do you mean by "scatter group" ?
> Thanks
> Giorgio
-
Check out
Hi,
you are limited to 10 "named" symbols. But you can use much more symbols
with scatter !!! Have a look at examples/scatter_star_symbols.py.
You can use:
pylab.scatter(x,y,marker=(5,0))
produces a 5-sided regular polygon.
pylab.scatter(x,y,marker=(5,1))
produces a starlike polygon
I was wondering if there exist a functino like Matlab (TM) gscatter in
matplot lib but I coulnd't find one.
I also seen that in matplot lib we are "limited" to 10 symbols in scatter
while in MT we have 13 (and I have to plot 12 :)))
is it possible to implement the new function (gscatter) and othe