From: Samoline1 Linke on 5 Mar 2010 07:38 Hi I have two simple graphs each of which have values along x-axis ranging from 0 to 100 I have put a space of 20 between these values i.e. 0 20 40 60...100 for each graph but the width is different for both graphs i.e. the space between 0 and 20 is more in one graph than the other. How can I change this width? Is there any way to control this width?
From: Samoline1 Linke on 5 Mar 2010 09:17 "Samoline1 Linke" <maganatewoman(a)yahoo.com> wrote in message <hmqtvd$6m$1(a)fred.mathworks.com>... > Hi I have two simple graphs each of which have values along x-axis ranging from 0 to 100 > > > I have put a space of 20 between these values i.e. 0 20 40 60...100 for each graph but the width is different for both graphs i.e. the space between 0 and 20 is more in one graph than the other. How can I change this width? > > Is there any way to control this width? ----------- No one has any ide????
From: Steven Lord on 5 Mar 2010 09:36 "Samoline1 Linke" <maganatewoman(a)yahoo.com> wrote in message news:hmr3pf$8d6$1(a)fred.mathworks.com... > "Samoline1 Linke" <maganatewoman(a)yahoo.com> wrote in message > <hmqtvd$6m$1(a)fred.mathworks.com>... >> Hi I have two simple graphs each of which have values along x-axis >> ranging from 0 to 100 >> >> >> I have put a space of 20 between these values i.e. 0 20 40 60...100 for >> each graph but the width is different for both graphs i.e. the space >> between 0 and 20 is more in one graph than the other. How can I change >> this width? >> >> Is there any way to control this width? > > > ----------- > > > No one has any ide???? > Patience! You first posted this about an hour and a half ago, when many of the readers here in the US would be heading in to work (and/or waking up -- haven't had their first cup of caffeine yet.) Anyway, set the tick positions by setting the XTick property of the axes, then change the XTickLabel property of the axes to relabel those irregularly-spaced ticks with the numbers 0, 20, 40, 60, 80, and 100. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
From: Samoline1 Linke on 5 Mar 2010 10:00 Yes that's exactly my question is ..... how to change the xtick property? "Steven Lord" <slord(a)mathworks.com> wrote in message <hmr4sb$hvq$1(a)fred.mathworks.com>... > > "Samoline1 Linke" <maganatewoman(a)yahoo.com> wrote in message > news:hmr3pf$8d6$1(a)fred.mathworks.com... > > "Samoline1 Linke" <maganatewoman(a)yahoo.com> wrote in message > > <hmqtvd$6m$1(a)fred.mathworks.com>... > >> Hi I have two simple graphs each of which have values along x-axis > >> ranging from 0 to 100 > >> > >> > >> I have put a space of 20 between these values i.e. 0 20 40 60...100 for > >> each graph but the width is different for both graphs i.e. the space > >> between 0 and 20 is more in one graph than the other. How can I change > >> this width? > >> > >> Is there any way to control this width? > > > > > > ----------- > > > > > > No one has any ide???? > > > > Patience! You first posted this about an hour and a half ago, when many of > the readers here in the US would be heading in to work (and/or waking up -- > haven't had their first cup of caffeine yet.) > > Anyway, set the tick positions by setting the XTick property of the axes, > then change the XTickLabel property of the axes to relabel those > irregularly-spaced ticks with the numbers 0, 20, 40, 60, 80, and 100. > > -- > Steve Lord > slord(a)mathworks.com > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ >
From: us on 5 Mar 2010 10:06
"Steven Lord" > Patience! You first posted this about an hour and a half ago, when many of > the readers here in the US would be heading in to work (and/or waking up -- > haven't had their first cup of caffeine yet.)... huh(?)... in the meantime, most of europe has been up for ~6hrs; but then, these people may not be able to cope with this gigantic ML problem... :-) us |