Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Is it possible to get more line styles?
Date: Wed, 30 Apr 2008 03:26:01 +0000 (UTC)
Organization: Timothy S. Farajian, Inc.
Lines: 11
Message-ID: <fv8os9$ftu$1@fred.mathworks.com>
References: <fv85n6$p1d$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1209525961 16318 172.30.248.38 (30 Apr 2008 03:26:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 30 Apr 2008 03:26:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1272923
Xref: news.mathworks.com comp.soft-sys.matlab:465844



> Plot markers don't really help much because they appear 
only
> at data points and for the lines I might use them on there
> aren't always many points in the plot region. (Unless
> there's a way to make the markers appear at a regular
> interval along the line regardless of where the data 
points
> for the line are.)

You could try interpolating your data at the points where 
you want the markers to be and then plotting that.