Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Is it possible to get more line styles?
Date: Tue, 29 Apr 2008 21:59:02 +0000 (UTC)
Organization: NASA Ames Research Ctr
Lines: 26
Message-ID: <fv85n6$p1d$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1209506342 25645 172.30.248.37 (29 Apr 2008 21:59:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 29 Apr 2008 21:59:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 688558
Xref: news.mathworks.com comp.soft-sys.matlab:465817



I want to try to plot several different lines on the same
plot, but Matlab has only four line styles available: solid,
dashed, dotted, and dash-dot. Of those the dotted line
doesn't work very well because I end up needing to convert
the figures to images or print them and the dotted lines
look almost the same as the grid lines.

I can use color, but we want the plots to still be
distinguishable in black and white.

I could use line thickness, but the most interesting data on
the plot are a group of lines which tend to be closely
spaced together so they need to be thin, and I was asked not
to make other lines thicker because it may shift the focus
away from the more important lines.

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.)

What would really help is if I could get a few extra,
easily-distinguishable line styles to use.