Prev: set data in a uitable
Next: Adding new marker types?
From: Halil on 1 May 2010 09:13 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 1 May 2010 10:43 "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 1 May 2010 10:45 "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 1 May 2010 11:25 "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 İ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 1 May 2010 21:29
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. |