help-octave
[Top][All Lists]
Advanced

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

Re: Outlines on filled symbols in a scatterplot


From: andrewcd
Subject: Re: Outlines on filled symbols in a scatterplot
Date: Sun, 22 Jan 2012 13:39:02 -0800 (PST)

Update:

I've realized that I can do this pretty easily by making two scatterplots
overlaying each other, with one of them having slightly larger black dots,
and the other having slightly smaller color-coded dots.

However, I can't seem to make the "filled" command work.

An example:

scatter(rand(100,1),rand(100,1),20,rand(100,1),'o') 

works, and gives me a bunch of random colored points.  However when I call 

scatter(rand(100,1),rand(100,1),20,rand(100,1),'o','filled')

I get 

error: invalid color specification: flat
error: invalid value for color property "markerfacecolor" (value = flat)
error: called from:
error:   /usr/share/octave/3.2.3/m/plot/__scatter__.m at line 159, column 2
error:   /usr/share/octave/3.2.3/m/plot/scatter.m at line 70, column 7

Not sure what to do here.

Help appreciaed.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/Outlines-on-filled-symbols-in-a-scatterplot-tp4316566p4319226.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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