From: Halil on
Hi,

I would like to plot dozens of datasets to a one figure and i need at least 20 different marker types.

The best solution that i found is the ''number'' marker types. I mean if you are going to plot the 1'st dataset, the marker is 1 (the number itself), if you are going to plot the 2'nd dataset, the marker that you are going to use is 2 (instead of * or +).

Is there anyway to add these markes to MatLab???
From: us on
"Halil " <adanali(a)gmail.com> wrote in message <hrh9ev$mif$1(a)fred.mathworks.com>...
> Hi,
>
> I would like to plot dozens of datasets to a one figure and i need at least 20 different marker types.
>
> The best solution that i found is the ''number'' marker types. I mean if you are going to plot the 1'st dataset, the marker is 1 (the number itself), if you are going to plot the 2'nd dataset, the marker that you are going to use is 2 (instead of * or +).
>
> Is there anyway to add these markes to MatLab???

a hint:

help text;

us
From: us on
"Halil " <adanali(a)gmail.com> wrote in message <hrh9d2$ito$1(a)fred.mathworks.com>...
> Hi,
>
> I would like to plot dozens of datasets to a one figure and i need at least 20 different marker types.
>
> The best solution that i found is the ''number'' marker types. I mean if you are going to plot the 1'st dataset, the marker is 1 (the number itself), if you are going to plot the 2'nd dataset, the marker that you are going to use is 2 (instead of * or +).
>
> Is there anyway to add these markes to MatLab???

a hint:

help text;

us
From: Halil on
"us " <us(a)neurol.unizh.ch> wrote in message <hrheq3$4ak$1(a)fred.mathworks.com>...
> "Halil " <adanali(a)gmail.com> wrote in message <hrh9d2$ito$1(a)fred.mathworks.com>...
> > Hi,
> >
> > I would like to plot dozens of datasets to a one figure and i need at least 20 different marker types.
> >
> > The best solution that i found is the ''number'' marker types. I mean if you are going to plot the 1'st dataset, the marker is 1 (the number itself), if you are going to plot the 2'nd dataset, the marker that you are going to use is 2 (instead of * or +).
> >
> > Is there anyway to add these markes to MatLab???
>
> a hint:
>
> help text;
>
> us

&#304;f you mean to look for help file in Matlab by typing "help txt", i have also searched it on Help and i also googled it.
From: Walter Roberson on
Halil wrote:

> I would like to plot dozens of datasets to a one figure and i need at
> least 20 different marker types.

> The best solution that i found is the ''number'' marker types. I mean if
> you are going to plot the 1'st dataset, the marker is 1 (the number
> itself), if you are going to plot the 2'nd dataset, the marker that you
> are going to use is 2 (instead of * or +).

> Is there anyway to add these markes to MatLab???

There is no way to add new marker types to Matlab, unless it is by going
in at the Java level.

The File Exchange Contribution 'plt' is, I understand, specifically
configured to make it easier to distinguish large number of plots.
However, as far as I know, it does not have a way to add marker types
either.
 |  Next  |  Last
Pages: 1 2
Prev: set data in a uitable
Next: Adding new marker types?