help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bigger symbols in plot


From: Matt Funk
Subject: Re: bigger symbols in plot
Date: Mon, 24 Sep 2007 13:41:10 -0600
User-agent: KMail/1.9.5

thank you
mat


On Monday 24 September 2007 12:06, Peter A. Gustafson wrote:
> On Monday 24 September 2007 12:28:12 pm Matt Funk wrote:
> > Hi I am using octave 2.9.10 and gnuplot 4.2. I want to plot the points
> > with symbols rather than connecting them. It is for a poster so the
> > standard size of symbols is too small. How do make them bigger?
> >
> > thanks
> > mat
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://www.cae.wisc.edu/mailman/listinfo/help-octave
>
> Hi Mat,
>
> Use the handle graphics features.  Something like this:
>
> h=plot(0:10,'x')
> set(h,"markersize",5)
>
> Pete


reply via email to

[Prev in Thread] Current Thread [Next in Thread]