CLINE improvement
- From: "Vassili Pastushenko" <vp@xxxxxx>
- Date: Mon, 26 Nov 2007 10:38:46 +0000 (UTC)
Hi to everyone!
I want to plot a curve presented as a matrix z with two
columns , so that line and marker have different colors,
linewidth etc. At the moment, if I do not like long typing,
I can only superimpose two different curves and combine them
into one object, e.g.
xy=rand(5,2);
h1=cline(xy,'5r');
h2=cline(xy,'9*g');
h=[h1,h2];
delete(h)
Is it possible to combine these steps into one command like
h=cline(z,'5r 9*g3')
which would mean that I need red line with linewidth 5, and
green marker *, markersize 9, linewidth 3?
Program COLSTYLE does not allow me to extract such details.
I could improve functionality of CLINE to this level, but
probably there is already a solution in one of releases
after R14.
.
- Prev by Date: overloading class with p-code
- Next by Date: CLINE improvement
- Previous by thread: overloading class with p-code
- Next by thread: CLINE improvement
- Index(es):
Relevant Pages
|