From: <je...@33...> - 2004-10-17 22:47:01
|
Quoting je...@33... (je...@33...): > I spent a (VERY) little bit of time trying to find where the border is > drawn around each point/marker on a scatter plot and unfortunately got > lost in the ether. > > I've not found a standardized way in the api to do this. I found that > for lines, there's a "markeredgewidth" mentioned in the documentation, > but I can't seem to set this for scatter plots. well... as is usually the case, as soon as I admitted defeat and asked for help, I found the solution. ;) ----note--------- plot = scatter(x,y,s=s,c=c,alpha=0.3) set(plot,'linewidth',0.0) # <--- this is what does it ----end---------- maybe someone else will find this useful, or at least google will pick it up for the next time I forget. heh. If there's a better way, I'm interested to know it, but this works quite nicely. jeremy -- Jeremy Kelley <je...@33...> All plenty which is not my God is poverty to me. -Augustine |