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 22:12:17 -0800 (PST)

Thanks for the reply, but I'm not sure what to make of it.  I run the code
you suggest, and get

>>>graphics_toolkit fltk
        close all
        scatter(rand(100,1),rand(100,1),20,rand(100,1),'o','filled') 
error: `graphics_toolkit' undefined near line 11 column 9
>>>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
>>>         graphics_toolkit
>>>error: `graphics_toolkit' undefined near line 13 column 9
>>> help         graphics_toolkit 
error: help: `graphics_toolkit' not found
>>>


so i google around and figure out that the syntax might need to be something
like

>>>         graphics_toolkit ("fltk")
        close all
        scatter(rand(100,1),rand(100,1),20,rand(100,1),'o','filled') 
error: `graphics_toolkit' undefined near line 15 column 9
>>>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
>>>

but I get a similar error

in case it matters, I am running Octave 3.2.3 on Ubuntu.

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


reply via email to

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